MakeGeoProgramCommand

nn::gr::CTR::ShaderLite::MakeGeoProgramCommand Member Function

Syntax

bit32 * MakeGeoProgramCommand(
     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 program load command for geometry shaders. This includes the entry point address and executable code within the shader binary. Call this function after you have configured the shader binary with the SetupBinary function.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL