mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 23:47:55 -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