mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
Update liverpool_to_vk.h
This commit is contained in:
parent
beb809b612
commit
9c06852c89
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ static inline vk::Format PromoteFormatToDepth(vk::Format fmt) {
|
|||
return vk::Format::eD32Sfloat;
|
||||
} else if (fmt == vk::Format::eR16Unorm) {
|
||||
return vk::Format::eD16Unorm;
|
||||
} else if (fmt == vk::Format::eR8G8B8A8Unorm) {
|
||||
return fmt;
|
||||
}
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue