Skip to content

Commit

Permalink
Fix SurfaceFormat (#2188)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSvoboda authored Jan 19, 2025
1 parent c8bbecd commit 17ac63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_core/renderer_vulkan/liverpool_to_vk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ std::span<const SurfaceFormatInfo> SurfaceFormats() {
vk::Format::eB5G6R5UnormPack16),
// 1_5_5_5
CreateSurfaceFormatInfo(AmdGpu::DataFormat::Format1_5_5_5, AmdGpu::NumberFormat::Unorm,
vk::Format::eR5G5B5A1UnormPack16),
vk::Format::eA1B5G5R5UnormPack16),
// 5_5_5_1 - Remapped to 1_5_5_5.
// 4_4_4_4
CreateSurfaceFormatInfo(AmdGpu::DataFormat::Format4_4_4_4, AmdGpu::NumberFormat::Unorm,
Expand Down

0 comments on commit 17ac63d

Please sign in to comment.