MakeLoadCommand_

nn::gr::CTR::Shader::MakeLoadCommand_ Member Function

Syntax

protected:
bit32 * MakeLoadCommand_(
     bit32 * command,
     const bit32 load_reg,
     const u32 * src_buffer_ptr,
     const u32 src_size
) const;

Parameters

Name Description
in command The address of the buffer to add commands to.
in load_reg The register to send data to.
in src_buffer_ptr The starting address of the buffer with the data to send.
in src_size 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 a set of data to a specified register. This does not support SEQ and BE.

Revision History

2011/01/24
Initial version.

CONFIDENTIAL