We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c11120 commit 3ab1188Copy full SHA for 3ab1188
src/video_core/texture_cache/tile_manager.cpp
@@ -32,6 +32,7 @@ static vk::Format DemoteImageFormatForDetiling(vk::Format format) {
32
case vk::Format::eR8G8Unorm:
33
case vk::Format::eR16Sfloat:
34
case vk::Format::eR16Unorm:
35
+ case vk::Format::eD16Unorm:
36
return vk::Format::eR8G8Uint;
37
case vk::Format::eR8G8B8A8Srgb:
38
case vk::Format::eB8G8R8A8Srgb:
0 commit comments