mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-19 19:20:46 -04: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