diff options
Diffstat (limited to 'src/shader_recompiler/shader_info.h')
| -rw-r--r-- | src/shader_recompiler/shader_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/shader_info.h b/src/shader_recompiler/shader_info.h index d4d039eaf..9551a124f 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -99,6 +99,7 @@ struct Info { | |||
| 99 | bool uses_sparse_residency{}; | 99 | bool uses_sparse_residency{}; |
| 100 | bool uses_demote_to_helper_invocation{}; | 100 | bool uses_demote_to_helper_invocation{}; |
| 101 | bool uses_subgroup_vote{}; | 101 | bool uses_subgroup_vote{}; |
| 102 | bool uses_subgroup_mask{}; | ||
| 102 | bool uses_fswzadd{}; | 103 | bool uses_fswzadd{}; |
| 103 | 104 | ||
| 104 | IR::Type used_constant_buffer_types{}; | 105 | IR::Type used_constant_buffer_types{}; |