mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-28 00:18:23 +00:00
vk: Add some more blend ops
This commit is contained in:
parent
9d7c186a4f
commit
34992d8a8f
@ -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…
Reference in New Issue
Block a user