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 ecdf6e5bc..dd7397489 100644 --- a/src/shader_recompiler/backend/glsl/emit_context.h +++ b/src/shader_recompiler/backend/glsl/emit_context.h | |||
| @@ -157,6 +157,7 @@ public: | |||
| 157 | 157 | ||
| 158 | bool uses_y_direction{}; | 158 | bool uses_y_direction{}; |
| 159 | bool uses_cc_carry{}; | 159 | bool uses_cc_carry{}; |
| 160 | bool uses_geometry_passthrough{}; | ||
| 160 | 161 | ||
| 161 | private: | 162 | private: |
| 162 | void SetupExtensions(); | 163 | void SetupExtensions(); |