diff options
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
| -rw-r--r-- | src/shader_recompiler/shader_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index 9f7f0b42c..7536c9caf 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -128,6 +128,7 @@ struct Info { | |||
| 128 | bool loads_instance_id{}; | 128 | bool loads_instance_id{}; |
| 129 | bool loads_vertex_id{}; | 129 | bool loads_vertex_id{}; |
| 130 | bool loads_front_face{}; | 130 | bool loads_front_face{}; |
| 131 | bool loads_legacy_varyings{}; | ||
| 131 | 132 | ||
| 132 | bool loads_tess_coord{}; | 133 | bool loads_tess_coord{}; |
| 133 | 134 | ||
| @@ -150,6 +151,7 @@ struct Info { | |||
| 150 | bool stores_clip_distance{}; | 151 | bool stores_clip_distance{}; |
| 151 | bool stores_fog_coordinate{}; | 152 | bool stores_fog_coordinate{}; |
| 152 | bool stores_viewport_mask{}; | 153 | bool stores_viewport_mask{}; |
| 154 | bool stores_legacy_varyings{}; | ||
| 153 | 155 | ||
| 154 | bool stores_tess_level_outer{}; | 156 | bool stores_tess_level_outer{}; |
| 155 | bool stores_tess_level_inner{}; | 157 | bool stores_tess_level_inner{}; |