diff options
| author | 2021-04-11 21:02:44 -0300 | |
|---|---|---|
| committer | 2021-07-22 21:51:27 -0400 | |
| commit | 23b87147321d02abf47868f231f00f29b0d3b87d (patch) | |
| tree | eb5e8850d0fcf34a1cb301d431e6b591ecb9295d /src/shader_recompiler/shader_info.h | |
| parent | pipeline_helper: Simplify descriptor objects initialization (diff) | |
| download | yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.gz yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.tar.xz yuzu-23b87147321d02abf47868f231f00f29b0d3b87d.zip | |
spirv: Define StorageImageWriteWithoutFormat capability when used
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{}; |