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

Syntax

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

Arguments

Name Description
in command The start address for loading drawing commands.
in index_stream An index stream.

Return Values

Returns the next address after the termination of drawing commands that were written.

Description

Generates drawing commands based on previously set information.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL