Expand description
Implementations of the lyon geometry builder traits for the Mesh
.
The aim is to allow for a tessellator to efficiently extend a mesh without using an intermediary buffer.
Lyon tessellators assume f32
data, so we do the same in the following implementations.