logo

Type Definition plexus::buffer::MeshBuffer4

source · []
pub type MeshBuffer4<N, G> = MeshBuffer<Tetragon<N>, G>;
Expand description

Quadrilateral MeshBuffer.

The index buffer for this type contains Tetragons. For applications where a flat index buffer is necessary, consider IntoFlatIndex or the Flat4 meta-grouping.