nn::gr::CTR::Shader::MakeOutAttrCommand_ Member Function

Syntax

protected:
bit32 * MakeOutAttrCommand_(
     bit32 * command
);

Arguments

Name Description
in command The start address for storing the rendering command.
in is_geometry_shader Set to true if you want to generate a command for the geometry shader.

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/01/24
Initial version.

CONFIDENTIAL