nn::gd::CTR::CombinerDescription::SetOperandAlpha Member Function

Syntax

void SetOperandAlpha(
     CombinerStage::UnitId unit,
     CombinerStage::OperandAlpha opA1,
     CombinerStage::OperandAlpha opA2,
     CombinerStage::OperandAlpha opA3
);

Parameters

Name Description
in unit Specifies which texture combiner unit to use.
in opA1 Specifies input source 1.
in opA2 Specifies input source 2.
in opA3 Specifies input source 3.

Return Values

None.

Description

Sets the input values for the alpha operands of the three texture combiner sources.

The default value is OPERAND_ALPHA_SRC_COLOR..

Revision History

2011/02/17
Initial version.

CONFIDENTIAL