nn::gd::CTR::CombinerUnitDescription Classclass CombinerUnitDescription
Definition for the CombinerUnitDescription structure.
m_SrcRGB
|
CombinerStage::Source | The input values for the RGB color 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. |
|
|---|---|---|---|
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. The default value is OPERAND_ALPHA_SRC_ALPHA. |
|
m_CombineRgb
|
CombinerStage::CombineRgb | The texture combiner function for color. The default value is COMBINE_RGB_REPLACE. |
|
m_CombineAlpha
|
CombinerStage::CombineAlpha | The texture combiner function for alpha. The default value is COMBINE_ALPHA_REPLACE. |
|
m_ScaleRgb
|
CombinerStage::Scale | The scale for the color output by the texture combiner. The default value is SCALE_1. |
|
m_ScaleAlpha
|
CombinerStage::Scale | The scale for the alpha output by the texture combiner. The default value is SCALE_1. |
CONFIDENTIAL