nn::gd::CTR::CombinerDescription::SetSourceAlpha Member Function

Syntax

void SetSourceAlpha(
     CombinerStage::UnitId unit,
     CombinerStage::Source sourceA1,
     CombinerStage::Source sourceA2,
     CombinerStage::Source sourceA3
);

Parameters

Name Description
in unit Specifies which texture combiner unit to use.
in sourceA1 Specifies input source 1.
in sourceA2 Specifies input source 2.
in sourceA3 Specifies input source 3.

Return Values

None.

Description

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

The default value for texture combiner unit 0 is SOURCE_CONSTANT. The default value for the other units is SOURCE_PREVIOUS.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL