mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 15:01:18 +12:00
MoltenVK: Workaround for unsupported formats (#315)
This commit is contained in:
parent
3767257220
commit
ecfbbd4e26
2 changed files with 51 additions and 11 deletions
|
@ -15,6 +15,8 @@ struct VkSupportedFormatInfo_t
|
|||
{
|
||||
bool fmt_d24_unorm_s8_uint{};
|
||||
bool fmt_r4g4_unorm_pack{};
|
||||
bool fmt_r4g4b4a4_unorm_pack{};
|
||||
bool fmt_a1r5g5b5_unorm_pack{};
|
||||
};
|
||||
|
||||
struct VkDescriptorSetInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue