mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 08:05:46 +00:00
spirv: Fix TXQ with MSAA textures
This commit is contained in:
parent
13b0feaede
commit
bbb60f60d2
3 changed files with 19 additions and 8 deletions
|
@ -35,6 +35,7 @@ struct TextureDefinition {
|
|||
Id pointer_type;
|
||||
Id image_type;
|
||||
u32 count;
|
||||
bool is_multisample;
|
||||
};
|
||||
|
||||
struct TextureBufferDefinition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue