nn::gd::CTR::CombinerUnitDescription Classclass CombinerUnitDescription
Definition for the CombinerUnitDescription structure.
m_SrcRGB
|
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
|
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. |
|
m_OperandRgb
|
The input values for the texture combiner's three color operands. The default value is OPERAND_RGB_SRC_COLOR. |
|
m_OperandAlpha
|
The input values for the texture combiner's three alpha operands. The default value is OPERAND_ALPHA_SRC_ALPHA. |
|
m_CombineRgb
|
The texture combiner function for color. The default value is COMBINE_RGB_REPLACE. |
|
m_CombineAlpha
|
The texture combiner function for alpha. The default value is COMBINE_ALPHA_REPLACE. |
|
m_ScaleRgb
|
The scale for the color output by the texture combiner. The default value is SCALE_1. |
|
m_ScaleAlpha
|
The scale for the alpha output by the texture combiner. The default value is SCALE_1. |
CONFIDENTIAL