Home | History | Annotate | Download | only in utils

Lines Matching defs:Mesh

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