Add a few missing used formats from detiling.

This commit is contained in:
squidbus 2024-07-16 03:57:07 -07:00 committed by TheTurtle
parent 09727ce9d6
commit 40a99f177b

View file

@ -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,