MakeConstRgCommand_

nn::gr::CTR::ShaderLite::MakeConstRgCommand_ Member Function

Syntax

protected:
bit32 * MakeConstRgCommand_(
     bit32 * command,
     const s32 shader_index
);

Parameters

Name Description
in command The start address for storing the rendering command.
in shader_index The index of the enabled vertex shader.

Return Values

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

Description

Generates a command for setting a value into the constant register.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL