renderer_vulkan: Add R16G16_UINT

- Used by Immortals Fenyx Rising
This commit is contained in:
Morph
2021-12-08 10:55:11 -05:00
parent 5f7e73c74a
commit 47a724780f
2 changed files with 2 additions and 1 deletions

View File

@ -130,6 +130,7 @@ std::unordered_map<VkFormat, VkFormatProperties> GetFormatProperties(vk::Physica
VK_FORMAT_R16G16_UNORM,
VK_FORMAT_R16G16_SNORM,
VK_FORMAT_R16G16_SFLOAT,
VK_FORMAT_R16G16_UINT,
VK_FORMAT_R16G16_SINT,
VK_FORMAT_R16_UNORM,
VK_FORMAT_R16_SNORM,