summaryrefslogtreecommitdiff
path: root/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_instructions.h')
-rw-r--r--src/shader_recompiler/backend/glsl/emit_glsl_instructions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
index 9e812dabb..df28036e4 100644
--- a/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
+++ b/src/shader_recompiler/backend/glsl/emit_glsl_instructions.h
@@ -18,9 +18,6 @@ class Value;
18namespace Shader::Backend::GLSL { 18namespace Shader::Backend::GLSL {
19class EmitContext; 19class EmitContext;
20 20
21inline void EmitSetLoopSafetyVariable(EmitContext&) {}
22inline void EmitGetLoopSafetyVariable(EmitContext&) {}
23
24#define NotImplemented() throw NotImplementedException("GLSL instruction {}", __func__) 21#define NotImplemented() throw NotImplementedException("GLSL instruction {}", __func__)
25 22
26// Microinstruction emitters 23// Microinstruction emitters