pub type MeshType = WithTexCoords<WithColors<WithIndices<MeshPoints<Points>, Indices>, Colors>, TexCoords>;Expand description
The inner mesh type used by the draw::Mesh.
Aliased Type§
struct MeshType { /* private fields */ }pub type MeshType = WithTexCoords<WithColors<WithIndices<MeshPoints<Points>, Indices>, Colors>, TexCoords>;The inner mesh type used by the draw::Mesh.
struct MeshType { /* private fields */ }