nn::gd::CTR::CombinerUnitDescription Class

Syntax

class CombinerUnitDescription

Description

Definition for the CombinerUnitDescription structure.

Member Variables

m_SrcRGB CombinerStage::Source The input values for the RGB color of the three texture combiner sources.
m_SrcAlpha CombinerStage::Source The input values for the alpha of the three texture combiner sources.
m_OperandRgb CombinerStage::OperandRgb The input values for the texture combiner's three color operands.
m_OperandAlpha CombinerStage::OperandAlpha The input values for the texture combiner's three alpha operands.
m_CombineRgb CombinerStage::CombineRgb The texture combiner function for color.
m_CombineAlpha CombinerStage::CombineAlpha The texture combiner function for alpha.
m_ScaleRgb CombinerStage::Scale The scale for the color output by the texture combiner.
m_ScaleAlpha CombinerStage::Scale The scale for the alpha output by the texture combiner.

Revision History

2011/02/15
Initial version.

CONFIDENTIAL