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

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

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