Cocos2d-x  4.0.0
Public Attributes | List of all members
TrianglesCommand::Triangles Struct Reference

The structure of Triangles. More...

Public Attributes

V3F_C4B_T2Fverts = nullptr
 Vertex data pointer.
 
unsigned short * indices = nullptr
 Index data pointer.
 
unsigned int vertCount = 0
 The number of vertices.
 
unsigned int indexCount = 0
 The number of indices.
 

Detailed Description

The structure of Triangles.

Member Data Documentation

V3F_C4B_T2F* verts = nullptr

Vertex data pointer.

unsigned short* indices = nullptr

Index data pointer.

unsigned int vertCount = 0

The number of vertices.

unsigned int indexCount = 0

The number of indices.


The documentation for this struct was generated from the following file: