mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 17:32:40 +00:00
Show missing format before crash
This commit is contained in:
parent
4bae39f0c8
commit
076bd749e1
@ -81,7 +81,7 @@ static inline vk::Format PromoteFormatToDepth(vk::Format fmt) {
|
||||
} else if (fmt == vk::Format::eR8G8B8A8Srgb) {
|
||||
return vk::Format::eR32Uint;
|
||||
}
|
||||
UNREACHABLE();
|
||||
UNREACHABLE_MSG("Unexpected Depth Format {}", vk::to_string(fmt));
|
||||
}
|
||||
|
||||
} // namespace Vulkan::LiverpoolToVK
|
||||
|
Loading…
Reference in New Issue
Block a user