diff options
| author | 2021-06-16 03:22:56 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:38 -0400 | |
| commit | 0ffea97e2ea2c8f58928e13dc2488d620ea98ea8 (patch) | |
| tree | d297ca549a7c6dfb9fddb514cbd1f38422087f02 /src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | |
| parent | shader: Add support for native 16-bit floats (diff) | |
| download | yuzu-0ffea97e2ea2c8f58928e13dc2488d620ea98ea8.tar.gz yuzu-0ffea97e2ea2c8f58928e13dc2488d620ea98ea8.tar.xz yuzu-0ffea97e2ea2c8f58928e13dc2488d620ea98ea8.zip | |
shader: Split profile and runtime info headers
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_glsl_instructions.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_glsl_instructions.h | 3 |
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; | |||
| 18 | namespace Shader::Backend::GLSL { | 18 | namespace Shader::Backend::GLSL { |
| 19 | class EmitContext; | 19 | class EmitContext; |
| 20 | 20 | ||
| 21 | inline void EmitSetLoopSafetyVariable(EmitContext&) {} | ||
| 22 | inline 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 |