nn::gd::CTR::BlendStateDescription::SetBlendFunc Member Function

Syntax

void SetBlendFunc(
     OutputStage::BlendFunction srcRgb,
     OutputStage::BlendFunction dstRgb,
     OutputStage::BlendFunction srcAlpha,
     OutputStage::BlendFunction dstAlpha,
     OutputStage::BlendEquation eqRgb,
     OutputStage::BlendEquation eqAlpha
);

Parameters

Name Description
in srcRgb Specifies the coefficient to set to m_SrcRgb.
in dstRgb Specifies the coefficient to set to m_DstRgb.
in srcAlpha Specifies the coefficient to set to m_SrcAlpha.
in dstAlpha Specifies the coefficient to set to m_DstAlpha.
in eqRgb Specifies the operator to set to m_EqRgb.
in eqAlpha Specifies the operator to set to m_EqAlpha.

Return Values

None.

Description

Sets the blending coefficients and operators.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL