mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
vk: Add some more blend ops
This commit is contained in:
parent
9d7c186a4f
commit
34992d8a8f
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ namespace vk
|
|||
case CELL_GCM_FUNC_ADD: return VK_BLEND_OP_ADD;
|
||||
case CELL_GCM_FUNC_SUBTRACT: return VK_BLEND_OP_SUBTRACT;
|
||||
case CELL_GCM_FUNC_REVERSE_SUBTRACT: return VK_BLEND_OP_REVERSE_SUBTRACT;
|
||||
case CELL_GCM_MIN: return VK_BLEND_OP_MIN;
|
||||
case CELL_GCM_MAX: return VK_BLEND_OP_MAX;
|
||||
default:
|
||||
throw EXCEPTION("Unknown blend op: 0x%X", op);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue