summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-04-12 08:48:15 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:27 +0200
commita6cef71cc0b03f929f1bc97152b302562f46bc53 (patch)
treeb6be5bddb79c93233f6081a930634345c353dec2 /src/shader_recompiler/frontend/ir/opcodes.inc
parentinternal_stage_buffer_entry_read: Remove pragma optimize off (diff)
downloadyuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.tar
yuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.tar.gz
yuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.tar.bz2
yuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.tar.lz
yuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.tar.xz
yuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.tar.zst
yuzu-a6cef71cc0b03f929f1bc97152b302562f46bc53.zip
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc
index f70008682..0e487f1a7 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -25,6 +25,8 @@ OPCODE(MemoryBarrierSystemLevel, Void,
// Special operations
OPCODE(Prologue, Void, )
OPCODE(Epilogue, Void, )
+OPCODE(EmitVertex, Void, U32, )
+OPCODE(EndPrimitive, Void, U32, )
// Context getters/setters
OPCODE(GetRegister, U32, Reg, )