mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
vkd3d-shader: Remove extra newlines from compiler messages.
This commit is contained in:
committed by
Alexandre Julliard
parent
c4a8e06abf
commit
4ed60cda13
Notes:
Alexandre Julliard
2023-06-27 23:34:41 +02:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Zebediah Figura (@zfigura) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/246
@@ -1889,7 +1889,7 @@ static bool split_matrix_copies(struct hlsl_ctx *ctx, struct hlsl_ir_node *instr
|
||||
|
||||
if (rhs->type != HLSL_IR_LOAD)
|
||||
{
|
||||
hlsl_fixme(ctx, &instr->loc, "Copying from unsupported node type.\n");
|
||||
hlsl_fixme(ctx, &instr->loc, "Copying from unsupported node type.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user