mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
shader: Implement PIXLD.MY_INDEX
This commit is contained in:
parent
ca85ce444f
commit
cc96469019
14 changed files with 71 additions and 5 deletions
|
@ -63,6 +63,7 @@ OPCODE(SetOFlag, Void, U1,
|
|||
OPCODE(WorkgroupId, U32x3, )
|
||||
OPCODE(LocalInvocationId, U32x3, )
|
||||
OPCODE(InvocationId, U32, )
|
||||
OPCODE(SampleId, U32, )
|
||||
OPCODE(IsHelperInvocation, U1, )
|
||||
|
||||
// Undefined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue