Trait plexus::index::IndexBuffer
source · [−]Expand description
Index buffer.
This trait is implemented by types that can be used as an index buffer. The
elements in the buffer are determined by a Grouping
.
In particular, this trait is implemented by Vec
, such as Vec<usize>
or
Vec<Trigon<usize>>
.