mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-03-30 01:56:27 +02:00
vk: add missing compare func not_equal (#1876)
This commit is contained in:
parent
d4da0e052d
commit
ed8ebda804
|
|
@ -47,6 +47,8 @@ namespace vk
|
|||
return VK_COMPARE_OP_GREATER_OR_EQUAL;
|
||||
case rsx::comparaison_function::equal:
|
||||
return VK_COMPARE_OP_EQUAL;
|
||||
case rsx::comparaison_function::not_equal:
|
||||
return VK_COMPARE_OP_NOT_EQUAL;
|
||||
case rsx::comparaison_function::always:
|
||||
return VK_COMPARE_OP_ALWAYS;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue