mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
D3D12: Add CELL_GCM_ZERO case to comparaison function.
This commit is contained in:
parent
095c8fa19b
commit
e0aa74d380
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ inline D3D12_COMPARISON_FUNC getCompareFunc(u32 op)
|
|||
{
|
||||
switch (op)
|
||||
{
|
||||
case CELL_GCM_ZERO:
|
||||
case CELL_GCM_NEVER: return D3D12_COMPARISON_FUNC_NEVER;
|
||||
case CELL_GCM_LESS: return D3D12_COMPARISON_FUNC_LESS;
|
||||
case CELL_GCM_EQUAL: return D3D12_COMPARISON_FUNC_EQUAL;
|
||||
|
|
Loading…
Add table
Reference in a new issue