Trait nannou_mesh::ClearIndices[][src]

pub trait ClearIndices {
    fn clear_indices(&mut self);
}
Expand description

Meshes whose Indices channel can be cleared.

Required methods

Clear all indices from the mesh.

Implementations on Foreign Types

Implementors