mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 20:45:22 +00:00
vk: add missing compare func not_equal (#1876)
This commit is contained in:
parent
d4da0e052d
commit
ed8ebda804
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue