Merge pull request #11688 from Kelebek1/x8d42

Implement X8_D24 pixel format
This commit is contained in:
liamwhite
2023-10-07 10:55:14 -04:00
committed by GitHub
10 changed files with 21 additions and 2 deletions

View File

@ -203,6 +203,7 @@ std::unordered_map<VkFormat, VkFormatProperties> GetFormatProperties(vk::Physica
VK_FORMAT_BC7_UNORM_BLOCK,
VK_FORMAT_D16_UNORM,
VK_FORMAT_D16_UNORM_S8_UINT,
VK_FORMAT_X8_D24_UNORM_PACK32,
VK_FORMAT_D24_UNORM_S8_UINT,
VK_FORMAT_D32_SFLOAT,
VK_FORMAT_D32_SFLOAT_S8_UINT,