nn::gr::CTR::Shader::MakeVtxConstRgCommand Member Function

Syntax

bit32 * MakeVtxConstRgCommand(
     bit32 * command
) const;

Arguments

Name Description
in command The start address for storing the rendering command.

Return Values

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

Description

Generates commands for making constant registers uniform for vertex shaders. Call this function after you have configured the shader binary with the SetupBinary function.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL