mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-31 10:36:56 +00:00
[vulkan] Add EAC formats on the query format table
This commit is contained in:
@@ -300,6 +300,10 @@ ankerl::unordered_dense::map<VkFormat, VkFormatProperties> GetFormatProperties(v
|
|||||||
VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK,
|
VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK,
|
||||||
VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK,
|
VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK,
|
||||||
VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK,
|
VK_FORMAT_ETC2_R8G8B8A1_SRGB_BLOCK,
|
||||||
|
VK_FORMAT_EAC_R11_UNORM_BLOCK,
|
||||||
|
VK_FORMAT_EAC_R11_SNORM_BLOCK,
|
||||||
|
VK_FORMAT_EAC_R11G11_UNORM_BLOCK,
|
||||||
|
VK_FORMAT_EAC_R11G11_SNORM_BLOCK,
|
||||||
};
|
};
|
||||||
ankerl::unordered_dense::map<VkFormat, VkFormatProperties> format_properties;
|
ankerl::unordered_dense::map<VkFormat, VkFormatProperties> format_properties;
|
||||||
for (const auto format : formats) {
|
for (const auto format : formats) {
|
||||||
|
|||||||
Reference in New Issue
Block a user