shader: Implement SR_LaneId
This commit is contained in:
parent
595806fb1c
commit
45d547af11
7 changed files with 15 additions and 0 deletions
|
@ -63,6 +63,7 @@ OPCODE(SetTRFlag, Void, U1,
|
|||
OPCODE(SetMXFlag, Void, U1, )
|
||||
OPCODE(WorkgroupId, U32x3, )
|
||||
OPCODE(LocalInvocationId, U32x3, )
|
||||
OPCODE(LaneId, U32, )
|
||||
|
||||
// Undefined
|
||||
OPCODE(UndefU1, U1, )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue