22 InverseDestinationAlpha,
24 InverseDestinationColor,
31 enum struct BlendOperation : uint8_t {
59 Blend::One, Blend::Zero, BlendOperation::Add,
Contains all Cogs related functionality.
Encapsulates blend state for the graphics pipeline in a state object.
uint8_t enabled
If blending is enabled.
Blend destinationBlend
Blend option for the blend destination data.
static BlendState DefaultState()
Creates a blend state object initialized with the default settings.
BlendOperation operation
How the two blend values are combined.
Blend sourceBlend
Blend option for the blend source data.
Blend
Options for blend functions.