nn::gr::CTR::Texture::MakeCommand Member Function

Syntax

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

Arguments

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.

Return Values

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

Description

Generates a command for setting all textures based on information already set.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL