Trait plexus::buffer::IntoFlatIndex
source · [−]pub trait IntoFlatIndex<G, const N: usize> where
Constant<N>: ToType,
TypeOf<N>: NonZero, {
type Item: Copy + Integer + Unsigned;
fn into_flat_index(self) -> MeshBuffer<Flat<Self::Item, N>, G>;
}