mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-09-12 18:50:22 -07:00
libs/vkd3d-shader: Recognize nop instruction.
This commit is contained in:
@@ -5498,6 +5498,8 @@ void vkd3d_dxbc_compiler_handle_instruction(struct vkd3d_dxbc_compiler *compiler
|
||||
case VKD3DSIH_SYNC:
|
||||
vkd3d_dxbc_compiler_emit_sync(compiler, instruction);
|
||||
break;
|
||||
case VKD3DSIH_NOP:
|
||||
break;
|
||||
default:
|
||||
FIXME("Unhandled instruction %#x.\n", instruction->handler_idx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user