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

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

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