mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
[vk, homebrew] ETC2 format list added
This commit is contained in:
parent
48219f348c
commit
4ca84d79ec
1 changed files with 6 additions and 0 deletions
|
|
@ -286,6 +286,12 @@ ankerl::unordered_dense::map<VkFormat, VkFormatProperties> GetFormatProperties(v
|
||||||
VK_FORMAT_R8_UNORM,
|
VK_FORMAT_R8_UNORM,
|
||||||
VK_FORMAT_R8_USCALED,
|
VK_FORMAT_R8_USCALED,
|
||||||
VK_FORMAT_S8_UINT,
|
VK_FORMAT_S8_UINT,
|
||||||
|
VK_FORMAT_ETC2_R8G8B8_UNORM_BLOCK,
|
||||||
|
VK_FORMAT_ETC2_R8G8B8A8_UNORM_BLOCK,
|
||||||
|
VK_FORMAT_ETC2_R8G8B8A1_UNORM_BLOCK,
|
||||||
|
VK_FORMAT_ETC2_R8G8B8_SRGB_BLOCK,
|
||||||
|
VK_FORMAT_ETC2_R8G8B8A8_SRGB_BLOCK,
|
||||||
|
VK_FORMAT_ETC2_R8G8B8A1_SRGB_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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue