diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.cpp')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/ir_emitter.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.cpp b/src/shader_recompiler/frontend/ir/ir_emitter.cpp index aebe7200f..c3e8d0681 100644 --- a/src/shader_recompiler/frontend/ir/ir_emitter.cpp +++ b/src/shader_recompiler/frontend/ir/ir_emitter.cpp | |||
| @@ -379,6 +379,10 @@ U1 IREmitter::IsHelperInvocation() { | |||
| 379 | return Inst<U1>(Opcode::IsHelperInvocation); | 379 | return Inst<U1>(Opcode::IsHelperInvocation); |
| 380 | } | 380 | } |
| 381 | 381 | ||
| 382 | F32 IREmitter::YDirection() { | ||
| 383 | return Inst<F32>(Opcode::YDirection); | ||
| 384 | } | ||
| 385 | |||
| 382 | U32 IREmitter::LaneId() { | 386 | U32 IREmitter::LaneId() { |
| 383 | return Inst<U32>(Opcode::LaneId); | 387 | return Inst<U32>(Opcode::LaneId); |
| 384 | } | 388 | } |