mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-16 17:57:47 +00:00
renderer_vulkan: Add R16G16_UINT
- Used by Immortals Fenyx Rising
This commit is contained in:
parent
abecd3905d
commit
052c01db9a
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue