class Combiner
Class for setting combiners.
| nn::gr::CTR::Combiner::Stage | Class for setting combiner stages. |
|---|
| stage | Stores the combiner settings for each stage. The type is nn::gr::CTR::Combiner::Stage. | |
|---|---|---|
| bufferColorR | The red component of first stage combiner buffer output. Type is u8. | |
| bufferColorG | The green component of first stage combiner buffer output. Type is u8. | |
| bufferColorB | The blue component of first stage combiner buffer output. Type is u8. | |
| bufferColorA | 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