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 aa204ae37..6a51aabb5 100644 --- a/src/shader_recompiler/shader_info.h +++ b/src/shader_recompiler/shader_info.h | |||
| @@ -129,6 +129,7 @@ struct Info { | |||
| 129 | bool uses_subgroup_mask{}; | 129 | bool uses_subgroup_mask{}; |
| 130 | bool uses_fswzadd{}; | 130 | bool uses_fswzadd{}; |
| 131 | bool uses_typeless_image_reads{}; | 131 | bool uses_typeless_image_reads{}; |
| 132 | bool uses_typeless_image_writes{}; | ||
| 132 | bool uses_shared_increment{}; | 133 | bool uses_shared_increment{}; |
| 133 | bool uses_shared_decrement{}; | 134 | bool uses_shared_decrement{}; |
| 134 | bool uses_global_increment{}; | 135 | bool uses_global_increment{}; |