[][src]Function nannou::mesh::with_indices

pub fn with_indices<M, I>(mesh: M, indices: I) -> WithIndices<M, I> where
    M: GetVertex,
    I: Channel<Element = usize>, 

Combine the given mesh with the given channel of vertex indices.