MakeCommand

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

Syntax

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

Parameters

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

Revision History

2011/10/27
Initial version.

CONFIDENTIAL