mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-19 13:08:27 +00:00
Add a few missing used formats from detiling.
This commit is contained in:
parent
09727ce9d6
commit
40a99f177b
|
@ -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…
Reference in a new issue