Cocos2d-x  v3.15
TrianglesCommand::Triangles Struct Reference

The structure of Triangles. More...

Public Attributes

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

Detailed Description

The structure of Triangles.

Member Data Documentation

◆ verts

V3F_C4B_T2F* verts

Vertex data pointer.

◆ indices

unsigned short* indices

Index data pointer.

◆ vertCount

int vertCount

The number of vertices.

◆ indexCount

int indexCount

The number of indices.


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