MoltenVk: Workaround for unsupported format R5_G6_B5_UNORM (#318)

This commit is contained in:
emiyl 2022-09-30 17:07:00 +01:00 committed by GitHub
parent cceb4f6d0e
commit 9541c8ae85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 3 deletions

View file

@ -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{};
};