MakeConfigCommand

nn::gr::CTR::ProcedureTexture::MakeConfigCommand Member Function

Syntax

bit32 * MakeConfigCommand(
     bit32 * command,
     bool isAddDummyCommand = true
) const;

Parameters

Name Description
in command The start address for storing the rendering command.
in isAddDummyCommand Specifies whether to generate dummy write commands to register 0x80 three times before changing the register.

Return Values

Returns the address that follows the end of the stored rendering command.

Description

Generates all commands for configuring procedural textures. (Does not generate lookup table commands.)

Revision History

2010/10/25
Initial version.

CONFIDENTIAL