MakeNoiseCommand

nn::gr::CTR::ProcedureTexture::MakeNoiseCommand Member Function

Syntax

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

Parameters

Name Description
in command The start address for storing the rendering command.
in isAddProcedureTextureModeCommand Specify true when you want to generate the isEnableNoise, rgbMap, or alphaMap noise commands.
in isAddDummyCommand Specifies whether to generate dummy write commands to register 0x80 three times before changing the register.

Return Values

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

Description

Generates just the commands for configuring procedural texture noise settings.

Revision History

2010/10/25
Initial version.

CONFIDENTIAL