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 c9d629c40..7ae7c8766 100644 --- a/src/shader_recompiler/backend/glsl/emit_context.h +++ b/src/shader_recompiler/backend/glsl/emit_context.h | |||
| @@ -135,6 +135,7 @@ public: | |||
| 135 | std::vector<u32> image_bindings; | 135 | std::vector<u32> image_bindings; |
| 136 | 136 | ||
| 137 | bool uses_y_direction{}; | 137 | bool uses_y_direction{}; |
| 138 | bool uses_cc_carry{}; | ||
| 138 | 139 | ||
| 139 | private: | 140 | private: |
| 140 | void SetupExtensions(std::string& header); | 141 | void SetupExtensions(std::string& header); |