Type Definition nannou::draw::mesh::MeshType[][src]

type MeshType = WithTexCoords<WithColors<WithIndices<MeshPoints<Points>, Indices>, Colors>, TexCoords>;
Expand description

The inner mesh type used by the draw::Mesh.