diff options
Diffstat (limited to 'src/shader_recompiler/backend/glsl/emit_context.h')
| -rw-r--r-- | src/shader_recompiler/backend/glsl/emit_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/backend/glsl/emit_context.h b/src/shader_recompiler/backend/glsl/emit_context.h index 9bdca184f..dce99586e 100644 --- a/src/shader_recompiler/backend/glsl/emit_context.h +++ b/src/shader_recompiler/backend/glsl/emit_context.h | |||
| @@ -150,6 +150,7 @@ public: | |||
| 150 | 150 | ||
| 151 | Stage stage{}; | 151 | Stage stage{}; |
| 152 | std::string_view stage_name = "invalid"; | 152 | std::string_view stage_name = "invalid"; |
| 153 | std::string_view position_name = "gl_Position"; | ||
| 153 | 154 | ||
| 154 | std::vector<u32> texture_buffer_bindings; | 155 | std::vector<u32> texture_buffer_bindings; |
| 155 | std::vector<u32> image_buffer_bindings; | 156 | std::vector<u32> image_buffer_bindings; |