shader: Implement PIXLD.MY_INDEX

This commit is contained in:
ReinUsesLisp
2021-04-16 17:22:59 -03:00
committed by ameerj
parent f3473c5143
commit 95815a3883
14 changed files with 71 additions and 5 deletions

View File

@ -63,6 +63,7 @@ OPCODE(SetOFlag, Void, U1,
OPCODE(WorkgroupId, U32x3, )
OPCODE(LocalInvocationId, U32x3, )
OPCODE(InvocationId, U32, )
OPCODE(SampleId, U32, )
OPCODE(IsHelperInvocation, U1, )
// Undefined