mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-29 18:09:14 +00:00
shader: Fix control flow
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
// opcode name, return type, arg1 type, arg2 type, arg3 type, arg4 type, ...
|
||||
OPCODE(Phi, Opaque, )
|
||||
OPCODE(Void, Void, )
|
||||
OPCODE(Identity, Opaque, Opaque, )
|
||||
OPCODE(Void, Void, )
|
||||
|
||||
// Control flow
|
||||
OPCODE(Branch, Void, Label, )
|
||||
|
||||
Reference in New Issue
Block a user