rlVertexBuffer
extern (C) @nogc nothrow
struct rlVertexBuffer {
}
- colors
ubyte* colors;
Undocumented in source.
- elementCount
int elementCount;
Undocumented in source.
- indices
uint* indices;
Undocumented in source.
- texcoords
float* texcoords;
Undocumented in source.
- vaoId
uint vaoId;
Undocumented in source.
- vboId
uint[4] vboId;
Undocumented in source.
- vertices
float* vertices;
Undocumented in source.
raylib rlgl
enumsfunctionsmanifest constantsstructs