mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
Update src/video_core/renderer_vulkan/liverpool_to_vk.cpp
Good Change, thanks for suggestion Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com>
This commit is contained in:
parent
2db748889b
commit
685c3a798f
1 changed files with 1 additions and 2 deletions
|
@ -222,9 +222,8 @@ vk::CompareOp DepthCompare(AmdGpu::DepthCompare comp) {
|
|||
return vk::CompareOp::eGreaterOrEqual;
|
||||
case AmdGpu::DepthCompare::Always:
|
||||
return vk::CompareOp::eAlways;
|
||||
/// Missing AMG Gpu default statement
|
||||
default:
|
||||
throw std::invalid_argument("Unsupported DeepCompare");
|
||||
UNREACHABLE_MSG("Unknown depth compare op {}", u32(comp));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue