v2.2.0
Features
- Adds support for Vertex Array Objects (VAOs). To use, move
vertexAttributes
andendpointAttributes
out of per-frame draw call properties to thedrawLines.vao({vertexAttributes, endpointAttributes})
constructor, then pass the resulting object to the draw call as thevao
property.