mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-20 18:34:58 +00:00
Eliminate compiler warning
This commit is contained in:
parent
a9f482cdfc
commit
0619af24a7
1 changed files with 2 additions and 0 deletions
|
@ -222,6 +222,8 @@ 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;
|
||||||
|
default:
|
||||||
|
UNREACHABLE();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue