summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/ir/opcodes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/frontend/ir/opcodes.inc')
-rw-r--r--src/shader_recompiler/frontend/ir/opcodes.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/opcodes.inc b/src/shader_recompiler/frontend/ir/opcodes.inc
index 3640a5d24..734f5328b 100644
--- a/src/shader_recompiler/frontend/ir/opcodes.inc
+++ b/src/shader_recompiler/frontend/ir/opcodes.inc
@@ -40,7 +40,7 @@ OPCODE(GetCbufU16, U32, U32,
40OPCODE(GetCbufS16, U32, U32, U32, ) 40OPCODE(GetCbufS16, U32, U32, U32, )
41OPCODE(GetCbufU32, U32, U32, U32, ) 41OPCODE(GetCbufU32, U32, U32, U32, )
42OPCODE(GetCbufF32, F32, U32, U32, ) 42OPCODE(GetCbufF32, F32, U32, U32, )
43OPCODE(GetCbufU64, U64, U32, U32, ) 43OPCODE(GetCbufU32x2, U32x2, U32, U32, )
44OPCODE(GetAttribute, F32, Attribute, ) 44OPCODE(GetAttribute, F32, Attribute, )
45OPCODE(SetAttribute, Void, Attribute, F32, ) 45OPCODE(SetAttribute, Void, Attribute, F32, )
46OPCODE(GetAttributeIndexed, F32, U32, ) 46OPCODE(GetAttributeIndexed, F32, U32, )