mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 22:28: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;
|
return vk::CompareOp::eGreaterOrEqual;
|
||||||
case AmdGpu::DepthCompare::Always:
|
case AmdGpu::DepthCompare::Always:
|
||||||
return vk::CompareOp::eAlways;
|
return vk::CompareOp::eAlways;
|
||||||
/// Missing AMG Gpu default statement
|
|
||||||
default:
|
default:
|
||||||
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue