nn::gr::CTR::Shadow::MakeTextureCommand Member Function

Syntax

bit32 * MakeTextureCommand(
     bit32 * command,
     bool isAddDummyCommand = true
);

Arguments

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

Return Values

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

Description

Generates a command for configuring the shadow texture based on information already set.

Revision History

2010/10/25
Initial version.

CONFIDENTIAL