MakeDrawCommand

nn::gr::CTR::Vertex::MakeDrawCommand Member Function

Syntax

bit32 * MakeDrawCommand(
     bit32 * command,
     const IndexStream & index_stream
) const;

Parameters

Name Description
in command The start address for storing the rendering command.
in index_stream An index stream.

Return Values

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

Description

Generates a rendering command based on information already set.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL