MakeVtxBoolMapCommand

nn::gr::CTR::Shader::MakeVtxBoolMapCommand Member Function

Syntax

bit32 * MakeVtxBoolMapCommand(
     bit32 * command
) const;

Parameters

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 a command for setting a value into the vertex shader boolean register. Call this function after setting the shader binary using the SetupBinary function.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL