nn::gd::CTR::System::Draw Member Function

Syntax

static void Draw(
     u32 vertexCount,
     u32 startVertexLocation
);

Arguments

Name Description
in vertexCount Specifies the number of vertices.
in startVertexLocation Specifies the start index of the vertex buffer.

Return Values

None.

Description

Renders primitives from the vertex buffer currently configured.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL