vkd3d-shader: Remove some newlines from vkd3d-shader error messages.

This commit is contained in:
Henri Verbeet
2025-05-23 19:48:37 +02:00
parent c4c7f10d99
commit e17a98f870
Notes: Henri Verbeet 2025-05-27 21:08:31 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1511
5 changed files with 13 additions and 13 deletions

View File

@@ -3919,7 +3919,7 @@ static bool lower_separate_samples(struct hlsl_ctx *ctx, struct hlsl_ir_node *in
if (load->texel_offset.node)
{
hlsl_error(ctx, &instr->loc, VKD3D_SHADER_ERROR_HLSL_INCOMPATIBLE_PROFILE,
"Texel offsets are not supported on profiles lower than 4.0.\n");
"Texel offsets are not supported on profiles lower than 4.0.");
return false;
}