nn::gr::CTR::Combiner

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 const u32 The combiner is made up of six stages.

Member Variables

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.

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