nn::gd::CTR::CombinerDescription::BufferInput Structurestruct BufferInput
{
CombinerStage::BufferInput m_Rgb1;
CombinerStage::BufferInput m_Rgb2;
CombinerStage::BufferInput m_Rgb3;
CombinerStage::BufferInput m_Rgb4;
CombinerStage::BufferInput m_Alpha1;
CombinerStage::BufferInput m_Alpha2;
CombinerStage::BufferInput m_Alpha3;
CombinerStage::BufferInput m_Alpha4;
};
Selects sources to input to the combiner buffer. You can specify color and alpha separately.
If INPUT_PREVIOUS_UNIT has been specified, the combiner's output from the previous stage is referenced. If INPUT_PREVIOUS_BUFFER has been specified, the combiner buffer's output from the previous stage is referenced.
m_Rgb1
|
CombinerStage::BufferInput | Color for texture combiner unit 1 |
|
|---|---|---|---|
m_Rgb2
|
CombinerStage::BufferInput | Color for texture combiner unit 2 |
|
m_Rgb3
|
CombinerStage::BufferInput | Color for texture combiner unit 3 |
|
m_Rgb4
|
CombinerStage::BufferInput | Color for texture combiner unit 4 |
|
m_Alpha1
|
CombinerStage::BufferInput | Alpha texture combiner unit 1 |
|
m_Alpha2
|
CombinerStage::BufferInput | Alpha texture combiner unit 2 |
|
m_Alpha3
|
CombinerStage::BufferInput | Alpha texture combiner unit 3 |
|
m_Alpha4
|
CombinerStage::BufferInput | Alpha texture combiner unit 4 |
CONFIDENTIAL