nn::gd::CTR::System::DrawIndexed Member Function

Syntax

static void DrawIndexed(
     u32 indexCount,
     u32 startIndexLocation
);

Arguments

Name Description
in indexCount Specifies the start index of the index buffer.
in startIndexLocation Specifies an offset value to be applied to each index read from the index buffer.

Return Values

None.

Description

Renders an indexed primitive from the vertex buffer and index buffer currently configured.

Revision History

2011/02/17
Initial version.

CONFIDENTIAL