mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 19:55:46 +00:00
spirv: Guard against typeless image reads on unsupported devices
This commit is contained in:
parent
8ec58e16b2
commit
480ce24b7e
6 changed files with 17 additions and 1 deletions
|
@ -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{};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue