nn::gr::CTR::Combiner Classclass Combiner
Class for setting combiners.
| nn::gr::CTR::Combiner::Stage | Class for setting combiner stages. |
|---|
| S |
COMBINER_STAGE_MAX
|
const u32 | The combiner is made up of six stages. |
|---|
| stage | Stage |
Stores the combiner settings for each stage. Type is nn::gr::CTR::Combiner::Stage[], array size is COMBINER_STAGE_MAX. Use the Stage::MakeCommand function to generate stage commands separately for each combiner. |
|
|---|---|---|---|
| bufferColorR | u8 | The red component of first stage combiner buffer output. Type is u8. |
|
| bufferColorG | u8 | The green component of first stage combiner buffer output. Type is u8. |
|
| bufferColorB | u8 | The blue component of first stage combiner buffer output. Type is u8. |
|
| bufferColorA | u8 | The alpha component of first stage combiner buffer output. Type is u8. |
Combiner
|
Sets initial values for each stage. | |
|---|---|---|
MakeCommand
|
Generates a command for setting all combiner stages based on information already set. Combiner buffer commands are generated simultaneously. | |
MakeCombinerBufferCommand
|
Generates a command for setting the combiner buffer based on information already set. |
CONFIDENTIAL