nn::gd::CTR::System::DrawIndexed Member Function
static void DrawIndexed(
u32 indexCount,
u32 startIndexLocation
);
| 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. |
Renders an indexed primitive from the vertex buffer and index buffer currently configured.
CONFIDENTIAL