Skip to content
Snippets Groups Projects
Commit 8eb4c54f authored by Isabella Bosia's avatar Isabella Bosia Committed by Alexandre Julliard
Browse files

vkd3d-shader: Always print writemask.

parent 149a8e31
No related branches found
No related tags found
No related merge requests found
......@@ -994,7 +994,7 @@ static void shader_dump_dst_param(struct vkd3d_string_buffer *buffer,
shader_dump_register(buffer, &param->reg, shader_version);
if (write_mask && write_mask != VKD3DSP_WRITEMASK_ALL)
if (write_mask)
{
static const char write_mask_chars[] = "xyzw";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment