nn::gr::CTR::Shadow::MakeAttenuationCommand Member Function

Syntax

bit32 * MakeAttenuationCommand(
     bit32 * command,
     bool isAddCacheClearCommand = true
);

Arguments

Name Description
in command The start address for storing the rendering command.
in isAddCacheClearCommand Specifies whether to flush the framebuffer cache before changing the register.

Return Values

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

Description

Generates a command for setting shadow attenuation based on information already set.

Revision History

2010/10/25
Initial version.

CONFIDENTIAL