mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
shader: Fix control flow
This commit is contained in:
parent
215b21a1c0
commit
d0459ab2c2
8 changed files with 39 additions and 20 deletions
|
@ -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, )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue