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

Syntax

void SetBlendFunc(
     OutputStage::BlendFunction src,
     OutputStage::BlendFunction dst,
     OutputStage::BlendEquation eq
);

Arguments

Name Description
in src Specifies the coefficients to set to m_SrcRgb and m_SrcAlpha.
in dst Specifies the coefficients to set to m_DstRgb and m_DstAlpha.
in eq Specifies the blending operator to set to m_EqRgb and m_EqAlpha.

Return Values

None.

Description

Sets the blending coefficients for the source and destination.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL