Fix for D32Sfloat Tiled image

This commit is contained in:
¥IGA 2024-12-26 16:06:35 +01:00 committed by GitHub
parent cbb13fa39b
commit 1f4bfc7902
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@ static vk::Format DemoteImageFormatForDetiling(vk::Format format) {
case vk::Format::eR8G8B8A8Snorm: case vk::Format::eR8G8B8A8Snorm:
case vk::Format::eR8G8B8A8Uint: case vk::Format::eR8G8B8A8Uint:
case vk::Format::eR32Sfloat: case vk::Format::eR32Sfloat:
case vk::Format::eD32Sfloat:
case vk::Format::eR32Uint: case vk::Format::eR32Uint:
case vk::Format::eR16G16Sfloat: case vk::Format::eR16G16Sfloat:
case vk::Format::eR16G16Unorm: case vk::Format::eR16G16Unorm: