mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
MoltenVk: Workaround for unsupported format R5_G6_B5_UNORM (#318)
This commit is contained in:
parent
cceb4f6d0e
commit
9541c8ae85
2 changed files with 17 additions and 3 deletions
|
@ -15,6 +15,7 @@ struct VkSupportedFormatInfo_t
|
|||
{
|
||||
bool fmt_d24_unorm_s8_uint{};
|
||||
bool fmt_r4g4_unorm_pack{};
|
||||
bool fmt_r5g6b5_unorm_pack{};
|
||||
bool fmt_r4g4b4a4_unorm_pack{};
|
||||
bool fmt_a1r5g5b5_unorm_pack{};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue