mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-19 08:45:44 +00:00
shader: Implement PIXLD.MY_INDEX
This commit is contained in:
@@ -375,6 +375,10 @@ U32 IREmitter::InvocationId() {
|
||||
return Inst<U32>(Opcode::InvocationId);
|
||||
}
|
||||
|
||||
U32 IREmitter::SampleId() {
|
||||
return Inst<U32>(Opcode::SampleId);
|
||||
}
|
||||
|
||||
U1 IREmitter::IsHelperInvocation() {
|
||||
return Inst<U1>(Opcode::IsHelperInvocation);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user