mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00: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