Nguyen Dac Nam
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/video_core/renderer_vulkan/vk_device.cpp
|
|
|
@ -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, |
|
|
|
|