diff options
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_instructions.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h index c2e5aff16..5e0195b0f 100644 --- a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h +++ b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | |||
| @@ -21,6 +21,8 @@ class EmitContext; | |||
| 21 | inline void EmitSetLoopSafetyVariable(EmitContext&) {} | 21 | inline void EmitSetLoopSafetyVariable(EmitContext&) {} |
| 22 | inline void EmitGetLoopSafetyVariable(EmitContext&) {} | 22 | inline void EmitGetLoopSafetyVariable(EmitContext&) {} |
| 23 | 23 | ||
| 24 | #define NotImplemented() throw NotImplementedException("GLSL instruction {}", __func__) | ||
| 25 | |||
| 24 | // Microinstruction emitters | 26 | // Microinstruction emitters |
| 25 | void EmitPhi(EmitContext& ctx, IR::Inst& inst); | 27 | void EmitPhi(EmitContext& ctx, IR::Inst& inst); |
| 26 | void EmitVoid(EmitContext& ctx); | 28 | void EmitVoid(EmitContext& ctx); |