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

vkd3d-shader: Remove [ ] from first index of fp in dcl_interface.

parent 3757b951
No related branches found
No related tags found
No related merge requests found
......@@ -1375,7 +1375,7 @@ static void shader_dump_instruction(struct vkd3d_string_buffer *buffer,
break;
case VKD3DSIH_DCL_INTERFACE:
shader_addline(buffer, "%s fp[%u][%u][%u] = {...}",
shader_addline(buffer, "%s fp%u[%u][%u] = {...}",
shader_opcode_names[ins->handler_idx], ins->declaration.fp.index,
ins->declaration.fp.array_size, ins->declaration.fp.body_count);
break;
......
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