nn::gr::CTR::Vertex Class

Syntax

class Vertex

Description

Class for making vertex buffer object-related settings.

Classes

nn::gr::CTR::Vertex::IndexStream Class for making vertex index stream settings.
nn::gr::CTR::Vertex::InterleaveInfo Class for setting interleave information.

Member Functions

EnableAttrAsArray Sets the vertex array. This corresponds to the glEnableVertexAttribArray() function in DMPGL.
EnableAttrAsConst Sets attributes as constant. This corresponds to the glVertexAttrib[N]fv() function in DMPGL. The input registers to be bound can be checked using the SearchBindSymbol() function in the Shader class.
EnableInterleavedArray Sets an interleaved array.
MakeEnableAttrCommand Generates commands for enabling vertex attributes based on information already set.
MakeDrawCommand Generates drawing commands based on previously set information.
MakeDisableAttrCommand Generates commands for disabling vertex attributes based on information already set.
DisableAttr Disables vertex attributes. This corresponds to the glDisableVertexAttrib() function in DMPGL.
DisableAll Disables all vertex attributes.

Revision History

2010/09/15
Initial version.

CONFIDENTIAL