nn::gr Namespace

Description

The namespace of the GPU register access library.

gr is a C++ class library used to assist in high-speed rendering operations by directly generating commands for setting the GPU (PICA graphics processor) registers of CTR.

This library provides abstract classes for each GPU block and value conversion functions for hardware settings. Set the parameters required by each class and call the functions that generate commands. This will generate commands that reflect these settings in memory.

Namespaces

nn::gr::CTR The namespace of the CTR GPU register access library. (This namespace can also be written without the ::CTR portion.)

Revision History

2010/09/15
Initial version.

CONFIDENTIAL