Luna::RHI::AttachmentBlendDesc
Describes the blending configurations for one attachment.
struct Luna::RHI::AttachmentBlendDesc
Member objects
-
Whether to enable color blending for this attachment. If this is
false
, pixels outputted by the graphics pipeline will overwrite existing pixels directly if they are not discarded in pixel shader. -
The blend factor used for the source color.
-
The blend factor used for the destination color.
-
The blend operation used for color blending.
-
The blend factor used for the source alpha.
-
The blend factor used for the destination alpha.
-
The blend operation used for alpha blending.
-
ColorWriteMask color_write_mask
The color components that can be modified during blending.