spirv: fix multisampled image fetch
This commit is contained in:
parent
f99f618d45
commit
76a4356e55
4 changed files with 16 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue