[][src]Function nannou::mesh::extend_indices

pub fn extend_indices<M, I>(mesh: M, indices: I) where
    M: PushIndex,
    I: IntoIterator<Item = usize>, 

Extend the given mesh with the given indices.