MakeDummyCommand_

nn::gr::CTR::ShaderLite::MakeDummyCommand_ Member Function

Syntax

protected:
static bit32 * MakeDummyCommand_(
     bit32 * command,
     const bit32 load_reg,
     const u32 data_num
);

Parameters

Name Description
command [in] The address of the buffer to add commands to.
load_reg [in] The register to send data to.
data_num [in] The amount of data (number of data items) to send.

Return Values

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

Description

Generates commands to send dummy commands to a specified register.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL