mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-20 03:24:49 +00:00
Merge c972d125b0
into 69777e2ffa
This commit is contained in:
commit
cf2952220c
1 changed files with 2 additions and 0 deletions
|
@ -666,6 +666,8 @@ std::span<const SurfaceFormatInfo> SurfaceFormats() {
|
|||
vk::Format::eBc6HUfloatBlock),
|
||||
CreateSurfaceFormatInfo(AmdGpu::DataFormat::FormatBc6, AmdGpu::NumberFormat::Snorm,
|
||||
vk::Format::eBc6HSfloatBlock),
|
||||
CreateSurfaceFormatInfo(AmdGpu::DataFormat::FormatBc6, AmdGpu::NumberFormat::Float,
|
||||
vk::Format::eBc6HUfloatBlock),
|
||||
// BC7
|
||||
CreateSurfaceFormatInfo(AmdGpu::DataFormat::FormatBc7, AmdGpu::NumberFormat::Unorm,
|
||||
vk::Format::eBc7UnormBlock),
|
||||
|
|
Loading…
Add table
Reference in a new issue