mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 08:02:41 +00:00
spirv: Guard against typeless image reads on unsupported devices
This commit is contained in:
@@ -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{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user