nn::gd::CTR::BlendStateDescription::SetBlendFunc Member Function
void SetBlendFunc(
OutputStage::BlendFunction src,
OutputStage::BlendFunction dst,
OutputStage::BlendEquation eq
);
| 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. |
Sets the blending coefficients for the source and destination.
CONFIDENTIAL