nn::gr::CTR::Texture Class

Syntax

class Texture

Description

Class for setting textures.

Classes

nn::gr::CTR::Texture::Unit0 Class for setting texture unit 0.
nn::gr::CTR::Texture::Unit1 Class for setting texture unit 1.
nn::gr::CTR::Texture::Unit2 Class for setting texture unit 2.
nn::gr::CTR::Texture::Unit3 Class for setting texture unit 3.
nn::gr::CTR::Texture::UnitBase Class for making common settings for each texture unit.

Member Variables

unit0 Unit0 Setting for texture unit 0. The type is nn::gr::CTR::Texture::Unit0.
unit1 Unit1 Setting for texture unit 1. The type is nn::gr::CTR::Texture::Unit1.
unit2 Unit2 Setting for texture unit 2. The type is nn::gr::CTR::Texture::Unit2.
unit3 Unit3 Setting for texture unit 3. The type is nn::gr::CTR::Texture::Unit3.

Member Functions

Texture Sets the initial value for each setting.
MakeCommand Generates a command for setting all textures based on information already set.
MakeFuncCommand Generates a command for enabling/disabling texture units based on information already set.
S MakeDisableCommand Generates the minimum number of commands for disabling textures.
protected S MakeDummyCommand_ Generates a dummy command for register 0x80.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL