nn::gr Namespace

Description

Namespace for the GPU register access API.

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 API. (This can also be written without the ::CTR portion.)

Revision History

2010/09/15
Initial version.

CONFIDENTIAL