VertexBuffer
extern (C) @nogc nothrow
struct VertexBuffer {
}
Members
- cCounter
int cCounter;
Undocumented in source.
- colors
ubyte* colors;
Undocumented in source.
- elementsCount
int elementsCount;
Undocumented in source.
- indices
uint* indices;
Undocumented in source.
- tcCounter
int tcCounter;
Undocumented in source.
- texcoords
float* texcoords;
Undocumented in source.
- vCounter
int vCounter;
Undocumented in source.
- vaoId
uint vaoId;
Undocumented in source.
- vboId
uint[4] vboId;
Undocumented in source.
- vertices
float* vertices;
Undocumented in source.
rlgl
enumsfunctionsmanifest constantsstructs