nn::gd::CTR::BlendStateDescription::SetBlendMode_NoBlend Member Function

Syntax

void SetBlendMode_NoBlend();

Parameters

None.

Return Values

None.

Description

Sets blending to the disabled state.

Blending is set to the disabled state with the following member variables:
m_BlendType = OutputStage::BLEND_TYPE_BLENDING
m_LogicOp = OutputStage::LOGIC_OPERATOR_COPY
m_SrcRgb = m_SrcAlpha = OutputStage::BLEND_FUNCTION_ONE
m_DstRgb = m_DstAlpha = OutputStage::BLEND_FUNCTION_ZERO
m_EqRgb = m_EqAlpha = OutputStage::BLEND_EQUATION_ADD

Revision History

2011/02/17
Initial version.

CONFIDENTIAL