spirv: fix multisampled image fetch

This commit is contained in:
Liam 2023-01-20 19:30:45 -05:00
parent f99f618d45
commit 76a4356e55
4 changed files with 16 additions and 2 deletions

View file

@ -109,6 +109,7 @@ using ImageBufferDescriptors = boost::container::small_vector<ImageBufferDescrip
struct TextureDescriptor {
TextureType type;
bool is_depth;
bool is_multisample;
bool has_secondary;
u32 cbuf_index;
u32 cbuf_offset;