Add a few missing used formats from detiling.
This commit is contained in:
parent
3e84d2b76c
commit
fadf03909c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue