mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Add logic_set support to VKGSRender
This commit is contained in:
parent
5e8852af80
commit
b644d5b2ae
1 changed files with 1 additions and 0 deletions
|
@ -196,6 +196,7 @@ namespace vk
|
||||||
case rsx::logic_op::logic_copy_inverted: return VK_LOGIC_OP_COPY_INVERTED;
|
case rsx::logic_op::logic_copy_inverted: return VK_LOGIC_OP_COPY_INVERTED;
|
||||||
case rsx::logic_op::logic_or_inverted: return VK_LOGIC_OP_OR_INVERTED;
|
case rsx::logic_op::logic_or_inverted: return VK_LOGIC_OP_OR_INVERTED;
|
||||||
case rsx::logic_op::logic_nand: return VK_LOGIC_OP_NAND;
|
case rsx::logic_op::logic_nand: return VK_LOGIC_OP_NAND;
|
||||||
|
case rsx::logic_op::logic_set: return VK_LOGIC_OP_SET;
|
||||||
default:
|
default:
|
||||||
fmt::throw_exception("Unknown logic op 0x%x" HERE, (u32)op);
|
fmt::throw_exception("Unknown logic op 0x%x" HERE, (u32)op);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue