Module nannou::draw::mesh[][src]

Expand description

Items related to the custom mesh type used by the Draw API.

Re-exports

pub use self::builder::MeshBuilder;
pub use self::vertex::Vertex;

Modules

Implementations of the lyon geometry builder traits for the Mesh.

Structs

The custom mesh type used internally by the Draw API.

Type Definitions

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