mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Add a few missing used formats from detiling.
This commit is contained in:
parent
603c00d0c9
commit
a29d3a21ac
1 changed files with 5 additions and 0 deletions
|
@ -283,6 +283,11 @@ vk::BorderColor BorderColor(AmdGpu::BorderColor color) {
|
|||
|
||||
std::span<const vk::Format> 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,
|
||||
|
|
Loading…
Add table
Reference in a new issue