You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moves insertCaps from a compile-time to a runtime configuration option by lazily instantiating the four potential draw command variations (endpoints vs. interior segments, and insert caps true vs. false).
Adds reorder as a compile-time option. When true (default: true), it internally reorders draw calls for arrays of line props (drawLines([{...}, {...}, ...])) to avoid repeatedly changing the shader program. (See: examples/batching.html)