shader: Add resolution down factor opcode
This commit is contained in:
parent
fddf372c68
commit
fb924ea85c
9 changed files with 25 additions and 0 deletions
|
@ -375,6 +375,10 @@ F32 IREmitter::YDirection() {
|
|||
return Inst<F32>(Opcode::YDirection);
|
||||
}
|
||||
|
||||
F32 IREmitter::ResolutionDownFactor() {
|
||||
return Inst<F32>(Opcode::ResolutionDownFactor);
|
||||
}
|
||||
|
||||
U32 IREmitter::LaneId() {
|
||||
return Inst<U32>(Opcode::LaneId);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue