mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-26 20:15:03 +00:00
Merge branch 'main' of https://github.com/Naomi-Kali/shadPS4
This commit is contained in:
commit
81f1af2f6f
@ -224,6 +224,7 @@ vk::CompareOp DepthCompare(AmdGpu::DepthCompare comp) {
|
|||||||
return vk::CompareOp::eAlways;
|
return vk::CompareOp::eAlways;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
||||||
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user