1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-07 23:06:33 -05:00

spirv: Guard against typeless image reads on unsupported devices

This commit is contained in:
ReinUsesLisp
2021-04-11 02:37:03 -03:00
committed by ameerj
parent 9280cd649a
commit ab543f1821
6 changed files with 17 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ struct Info {
bool uses_subgroup_vote{};
bool uses_subgroup_mask{};
bool uses_fswzadd{};
bool uses_typeless_image_reads{};
IR::Type used_constant_buffer_types{};