diff --git a/src/video_core/renderer_vulkan/liverpool_to_vk.cpp b/src/video_core/renderer_vulkan/liverpool_to_vk.cpp index 754e417c..893089ef 100644 --- a/src/video_core/renderer_vulkan/liverpool_to_vk.cpp +++ b/src/video_core/renderer_vulkan/liverpool_to_vk.cpp @@ -283,6 +283,11 @@ vk::BorderColor BorderColor(AmdGpu::BorderColor color) { std::span GetAllFormats() { static constexpr std::array formats{ + vk::Format::eR8Uint, + vk::Format::eR8G8Uint, + vk::Format::eR32Uint, + vk::Format::eR32G32Uint, + vk::Format::eR32G32B32A32Uint, vk::Format::eR32G32B32A32Sfloat, vk::Format::eR32G32B32Uint, vk::Format::eR8G8B8A8Unorm,