spirv: Define StorageImageWriteWithoutFormat capability when used

This commit is contained in:
ReinUsesLisp 2021-04-11 21:02:44 -03:00 committed by ameerj
parent 7c867c2d7c
commit 1cae8e9a10
3 changed files with 9 additions and 0 deletions

View file

@ -129,6 +129,7 @@ struct Info {
bool uses_subgroup_mask{};
bool uses_fswzadd{};
bool uses_typeless_image_reads{};
bool uses_typeless_image_writes{};
bool uses_shared_increment{};
bool uses_shared_decrement{};
bool uses_global_increment{};