![]() |
wisdom
|
C version:
C++ version:
Blend operation for color blending operations.
D3D12_BLEND_OP for DirectX 12 implementation, and VkBlendOp for Vulkan implementation.Values:
WisBlendOpAdd = 1: Add the source and destination colors.WisBlendOpSubtract = 2: Subtract the source color from the destination color.WisBlendOpRevSubtract = 3: Subtract the destination color from the source color.WisBlendOpMin = 4: Use the minimum of the source and destination colors.WisBlendOpMax = 5: Use the maximum of the source and destination colors.