nn::gd::CTR::BlendStateDescription Class

Syntax

class BlendStateDescription

Description

The descriptor for creating blend state objects.

Member Variables

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.

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).
BlendStateDescription The constructor for the descriptor. Sets the descriptor to the default value.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL