spirv: Fix TXQ with MSAA textures

This commit is contained in:
ameerj 2023-01-29 13:47:30 -05:00
parent a1d8306bfd
commit a63e17566a
3 changed files with 19 additions and 8 deletions

View file

@ -35,6 +35,7 @@ struct TextureDefinition {
Id pointer_type;
Id image_type;
u32 count;
bool is_multisample;
};
struct TextureBufferDefinition {