diff options
Diffstat (limited to 'src/shader_recompiler/profile.h')
| -rw-r--r-- | src/shader_recompiler/profile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index a2c2948d5..08242184f 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h | |||
| @@ -97,6 +97,8 @@ struct Profile { | |||
| 97 | std::optional<CompareFunction> alpha_test_func; | 97 | std::optional<CompareFunction> alpha_test_func; |
| 98 | float alpha_test_reference{}; | 98 | float alpha_test_reference{}; |
| 99 | 99 | ||
| 100 | bool y_negate{}; | ||
| 101 | |||
| 100 | std::vector<TransformFeedbackVarying> xfb_varyings; | 102 | std::vector<TransformFeedbackVarying> xfb_varyings; |
| 101 | }; | 103 | }; |
| 102 | 104 | ||