diff options
| author | 2020-02-18 21:39:50 +0700 | |
|---|---|---|
| committer | 2020-02-18 21:39:50 +0700 | |
| commit | 493f0ad904c4088f341e566a566bbaa1083daa00 (patch) | |
| tree | b10156aa36a10acd8b672aa6df0fde3299c28e95 /src | |
| parent | Merge pull request #3412 from Morph1984/aspect-ratio (diff) | |
| download | yuzu-493f0ad904c4088f341e566a566bbaa1083daa00.tar.gz yuzu-493f0ad904c4088f341e566a566bbaa1083daa00.tar.xz yuzu-493f0ad904c4088f341e566a566bbaa1083daa00.zip | |
vulkan: add DXT23_SRGB
Diffstat (limited to 'src')
| -rw-r--r-- | src/video_core/renderer_vulkan/maxwell_to_vk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp index 331808113..18aca63b9 100644 --- a/src/video_core/renderer_vulkan/maxwell_to_vk.cpp +++ b/src/video_core/renderer_vulkan/maxwell_to_vk.cpp | |||
| @@ -164,7 +164,7 @@ struct FormatTuple { | |||
| 164 | {vk::Format::eUndefined, {}}, // ASTC_2D_5X4 | 164 | {vk::Format::eUndefined, {}}, // ASTC_2D_5X4 |
| 165 | {vk::Format::eUndefined, {}}, // BGRA8_SRGB | 165 | {vk::Format::eUndefined, {}}, // BGRA8_SRGB |
| 166 | {vk::Format::eBc1RgbaSrgbBlock, {}}, // DXT1_SRGB | 166 | {vk::Format::eBc1RgbaSrgbBlock, {}}, // DXT1_SRGB |
| 167 | {vk::Format::eUndefined, {}}, // DXT23_SRGB | 167 | {vk::Format::eBc2SrgbBlock, {}}, // DXT23_SRGB |
| 168 | {vk::Format::eBc3SrgbBlock, {}}, // DXT45_SRGB | 168 | {vk::Format::eBc3SrgbBlock, {}}, // DXT45_SRGB |
| 169 | {vk::Format::eBc7SrgbBlock, {}}, // BC7U_SRGB | 169 | {vk::Format::eBc7SrgbBlock, {}}, // BC7U_SRGB |
| 170 | {vk::Format::eR4G4B4A4UnormPack16, Attachable}, // R4G4B4A4U | 170 | {vk::Format::eR4G4B4A4UnormPack16, Attachable}, // R4G4B4A4U |