MakeOutAttrCommand_

nn::gr::CTR::ShaderLite::MakeOutAttrCommand_ Member Function

Syntax

protected:
bit32 * MakeOutAttrCommand_(
     bit32 * command,
     const s32 vtx_shader_index,
     const s32 geo_shader_index
);

Parameters

Name Description
in command The start address for storing the rendering command.
in vtx_shader_index The vertex shader index.
in geo_shader_index The geometry shader index.

Return Values

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

Description

Generates a command for setting shader output attributes.

Revision History

2011/12/16
Initial version.

CONFIDENTIAL