nn::gd::CTR::CombinerDescription::SetOperandRGB Member Function
void SetOperandRGB(
CombinerStage::UnitId unit,
CombinerStage::OperandRgb opRGB1,
CombinerStage::OperandRgb opRGB2,
CombinerStage::OperandRgb opRGB3
);
| 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. |
Sets the input values for the color operands of the three texture combiner sources.
The default value is OPERAND_RGB_SRC_COLOR.
CONFIDENTIAL