MoltenVK: Workaround for unsupported formats (#315)

This commit is contained in:
emiyl 2022-09-30 14:28:56 +01:00 committed by GitHub
parent 3767257220
commit ecfbbd4e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 51 additions and 11 deletions

View file

@ -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