Mesh
extern (C) @nogc nothrow
struct Mesh {
}
- animNormals
float* animNormals;
Undocumented in source.
- animVertices
float* animVertices;
Undocumented in source.
- boneIds
ubyte* boneIds;
Undocumented in source.
- boneWeights
float* boneWeights;
Undocumented in source.
- colors
ubyte* colors;
Undocumented in source.
- indices
ushort* indices;
Undocumented in source.
- normals
float* normals;
Undocumented in source.
- tangents
float* tangents;
Undocumented in source.
- texcoords
float* texcoords;
Undocumented in source.
- texcoords2
float* texcoords2;
Undocumented in source.
- triangleCount
int triangleCount;
Undocumented in source.
- vaoId
uint vaoId;
Undocumented in source.
- vboId
uint* vboId;
Undocumented in source.
- vertexCount
int vertexCount;
Undocumented in source.
- vertices
float* vertices;
Undocumented in source.
raylib
aliasesenumsfunctionsmanifest constantsstructs