Home | History | Annotate | Download | only in utils

Lines Matching full:mesh

96 struct Mesh {
133 Mesh mesh;
197 mesh.fVerts = verts;
198 mesh.fTexs = texs;
199 mesh.fColors = NULL;
200 mesh.fIndices = NULL;
204 mesh.fIndices = g3x3Indices;
208 mesh.fIndices = indices;
248 mesh.fVerts, mesh.fTexs, mesh.fColors, NULL,
249 mesh.fIndices, indexCount, p);