nn::gr::CTR::Combiner Class

Syntax

class Combiner

Description

Class for setting combiners.

Classes

nn::gr::CTR::Combiner::Stage Class for setting combiner stages.

Member Constants

S COMBINER_STAGE_MAX The combiner is made up of six stages.

Member Variables

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 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.

Member Functions

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.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL