nn::gd::CTR::BlendStateDescription Class

Syntax

class BlendStateDescription

Description

The descriptor for creating blend state objects.

Member Variables

m_BlendType Setting to enable/disable blending.
m_LogicOp Setting to enable/disable logical operations.
m_SrcRgb The blending coefficient for the red, green, and blue components of the input fragment.
m_DstRgb The blending coefficient for the red, green, and blue components of the pixel to be output.
m_SrcAlpha The blending coefficient for the alpha value of the input fragment.
m_DstAlpha The blending coefficient for the alpha value of the pixel to be output.
m_EqRgb The blending operator for the red, green, and blue components.
m_EqAlpha The blending operator for the alpha component.

Member Functions

SetBlendFunc Sets the blending coefficients for the source and destination.
SetBlendMode_DefaultBlending Sets blending to the default blending state.
SetBlendMode_NoBlend Sets blending to the disabled state.
SetLogicOperatorMode_Default Sets the default state for logical operations.
SetLogicOperatorMode Sets the logical operations state.
ToDefault Specifies the default blending state (no blending).

Revision History

2011/02/15
Initial version.

CONFIDENTIAL