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 3e84d2b76c
commit fadf03909c
1 changed files with 5 additions and 0 deletions

View File

@ -283,6 +283,11 @@ vk::BorderColor BorderColor(AmdGpu::BorderColor color) {
std::span<const vk::Format> GetAllFormats() { std::span<const vk::Format> GetAllFormats() {
static constexpr std::array formats{ 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::eR32G32B32A32Sfloat,
vk::Format::eR32G32B32Uint, vk::Format::eR32G32B32Uint,
vk::Format::eR8G8B8A8Unorm, vk::Format::eR8G8B8A8Unorm,