diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/profile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index c46452c3d..f8913bf14 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h | |||
| @@ -111,7 +111,10 @@ struct RuntimeInfo { | |||
| 111 | std::optional<CompareFunction> alpha_test_func; | 111 | std::optional<CompareFunction> alpha_test_func; |
| 112 | float alpha_test_reference{}; | 112 | float alpha_test_reference{}; |
| 113 | 113 | ||
| 114 | // Static y negate value | ||
| 114 | bool y_negate{}; | 115 | bool y_negate{}; |
| 116 | // Use storage buffers instead of global pointers on GLASM | ||
| 117 | bool glasm_use_storage_buffers{}; | ||
| 115 | 118 | ||
| 116 | std::vector<TransformFeedbackVarying> xfb_varyings; | 119 | std::vector<TransformFeedbackVarying> xfb_varyings; |
| 117 | }; | 120 | }; |