Skip to content

v2.2.0

Compare
Choose a tag to compare
@rreusser rreusser released this 22 Nov 07:55
· 13 commits to main since this release

Features

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