nn::gd::CTR::BlendStateDescription Classclass BlendStateDescription
The descriptor for creating blend state objects.
m_BlendType
|
OutputStage::BlendType | Setting to enable/disable blending. | |
|---|---|---|---|
m_LogicOp
|
OutputStage::LogicOperator | Setting to enable/disable logical operations. | |
m_SrcRgb
|
OutputStage::BlendFunction | The blending coefficient for the red, green, and blue components of the input fragment. | |
m_DstRgb
|
OutputStage::BlendFunction | The blending coefficient for the red, green, and blue components of the pixel to be output. | |
m_SrcAlpha
|
OutputStage::BlendFunction | The blending coefficient for the alpha value of the input fragment. | |
m_DstAlpha
|
OutputStage::BlendFunction | The blending coefficient for the alpha value of the pixel to be output. | |
m_EqRgb
|
OutputStage::BlendEquation | The blending operator for the red, green, and blue components. | |
m_EqAlpha
|
OutputStage::BlendEquation | 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). | |
| BlendStateDescription | The constructor for the descriptor. Sets the descriptor to the default value. |
CONFIDENTIAL