mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 15:27:58 -05:00
spirv: Fix TXQ with MSAA textures
This commit is contained in:
@ -35,6 +35,7 @@ struct TextureDefinition {
|
||||
Id pointer_type;
|
||||
Id image_type;
|
||||
u32 count;
|
||||
bool is_multisample;
|
||||
};
|
||||
|
||||
struct TextureBufferDefinition {
|
||||
|
Reference in New Issue
Block a user