mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 21:05:45 +00:00
shader: Add resolution down factor opcode
This commit is contained in:
parent
e1f1b85d64
commit
47d1d881cf
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