mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 12:20:07 +00:00
add eBc2SrgbBlock to formats
This commit is contained in:
parent
493f0ad904
commit
9fc42fffd9
@ -530,6 +530,7 @@ std::unordered_map<vk::Format, vk::FormatProperties> VKDevice::GetFormatProperti
|
||||
vk::Format::eBc6HUfloatBlock,
|
||||
vk::Format::eBc6HSfloatBlock,
|
||||
vk::Format::eBc1RgbaSrgbBlock,
|
||||
vk::Format::eBc2SrgbBlock,
|
||||
vk::Format::eBc3SrgbBlock,
|
||||
vk::Format::eBc7SrgbBlock,
|
||||
vk::Format::eAstc4x4SrgbBlock,
|
||||
|
Loading…
Reference in New Issue
Block a user