nn::gr::CTR::Vertex::IndexStream

nn::gr::CTR::Vertex::IndexStream Class

Syntax

class IndexStream

Description

Class for making vertex index stream settings.

Member Variables

physicalAddr uptr Sets the vertex stream's physical address. Type is uptr.
drawVtxNum u32 Sets the number of vertices to draw. Type is u32.
isUnsignedByte bool Set to true if the index element is GLubyte. Type is bool.

Member Functions

IndexStream Constructor.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL