mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Merge branch 'main' of https://github.com/Naomi-Kali/shadPS4
This commit is contained in:
commit
e2019ea99a
1 changed files with 0 additions and 1 deletions
|
@ -222,7 +222,6 @@ vk::CompareOp DepthCompare(AmdGpu::DepthCompare comp) {
|
|||
return vk::CompareOp::eGreaterOrEqual;
|
||||
case AmdGpu::DepthCompare::Always:
|
||||
return vk::CompareOp::eAlways;
|
||||
/// Missing AMG Gpu default statement
|
||||
default:
|
||||
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue