spirv: Fix TXQ with MSAA textures
This commit is contained in:
parent
a1d8306bfd
commit
a63e17566a
3 changed files with 19 additions and 8 deletions
|
@ -35,6 +35,7 @@ struct TextureDefinition {
|
|||
Id pointer_type;
|
||||
Id image_type;
|
||||
u32 count;
|
||||
bool is_multisample;
|
||||
};
|
||||
|
||||
struct TextureBufferDefinition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue