MakeTextureCommand

nn::gr::CTR::RenderState::ShadowMap::MakeTextureCommand Member Function

Syntax

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

Parameters

Name Description
in command The start address for the write destination of the rendering command.
in isAddDummyCommand Generates 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 map texture based on information already set.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL