put
Writes data to the vertex buffer using the provided BufferWriter starting at the specified element offset.
Return
The number of elements written to the vertex buffer.
Parameters
elementOffset
The element offset at which to start writing data. Defaults to 0.
putter
A lambda function where data can be written using the BufferWriter.