Type Alias nannou::draw::mesh::MeshType

source ·
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 */ }