mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
Fix for D32Sfloat Tiled image
This commit is contained in:
parent
cbb13fa39b
commit
1f4bfc7902
@ -41,6 +41,7 @@ static vk::Format DemoteImageFormatForDetiling(vk::Format format) {
|
||||
case vk::Format::eR8G8B8A8Snorm:
|
||||
case vk::Format::eR8G8B8A8Uint:
|
||||
case vk::Format::eR32Sfloat:
|
||||
case vk::Format::eD32Sfloat:
|
||||
case vk::Format::eR32Uint:
|
||||
case vk::Format::eR16G16Sfloat:
|
||||
case vk::Format::eR16G16Unorm:
|
||||
|
Loading…
Reference in New Issue
Block a user