diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/profile.h b/src/shader_recompiler/profile.h index 06f1f59bd..919bec4e2 100644 --- a/src/shader_recompiler/profile.h +++ b/src/shader_recompiler/profile.h | |||
| @@ -53,6 +53,7 @@ struct Profile { | |||
| 53 | 53 | ||
| 54 | std::array<AttributeType, 32> generic_input_types{}; | 54 | std::array<AttributeType, 32> generic_input_types{}; |
| 55 | bool convert_depth_mode{}; | 55 | bool convert_depth_mode{}; |
| 56 | bool force_early_z{}; | ||
| 56 | 57 | ||
| 57 | InputTopology input_topology{}; | 58 | InputTopology input_topology{}; |
| 58 | 59 | ||