nn::gd::CTR::BlendStateDescription::SetBlendFunc Member Function
void SetBlendFunc(
OutputStage::BlendFunction srcRgb,
OutputStage::BlendFunction dstRgb,
OutputStage::BlendFunction srcAlpha,
OutputStage::BlendFunction dstAlpha,
OutputStage::BlendEquation eqRgb,
OutputStage::BlendEquation eqAlpha
);
| 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. |
Sets the blending coefficients and operators.
CONFIDENTIAL