nn::gd::CTR::BlendStateDescription Classclass BlendStateDescription
The descriptor for creating blend state objects.
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. |
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). |
CONFIDENTIAL