nn::gd::CTR::CombinerDescription::SetOperandRGB Member Function

Syntax

void SetOperandRGB(
     CombinerStage::UnitId unit,
     CombinerStage::OperandRgb opRGB1,
     CombinerStage::OperandRgb opRGB2,
     CombinerStage::OperandRgb opRGB3
);

Parameters

Name Description
in unit Specifies which texture combiner unit to use.
in opRGB1 Specifies input source 1.
in opRGB2 Specifies input source 2.
in opRGB3 Specifies input source 3.

Return Values

None.

Description

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

The default value is OPERAND_RGB_SRC_COLOR.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL