mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
spirv: fix multisampled image fetch
This commit is contained in:
parent
ef4b11726f
commit
ac94832cb6
4 changed files with 16 additions and 2 deletions
|
@ -109,6 +109,7 @@ using ImageBufferDescriptors = boost::container::small_vector<ImageBufferDescrip
|
|||
struct TextureDescriptor {
|
||||
TextureType type;
|
||||
bool is_depth;
|
||||
bool is_multisample;
|
||||
bool has_secondary;
|
||||
u32 cbuf_index;
|
||||
u32 cbuf_offset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue