Releases: rreusser/regl-gpu-lines
Releases · rreusser/regl-gpu-lines
v0.0.8
v0.0.7
Beginning a changelog as the module is starting to stabilize. 🎉
Features
- It's proving extremely common to implement a regl wrapper with customization that falls outside the scope of this module. This release adds the ability to merge that config with the arguments to this module. It now uses the
vert
,frag
, anddebug
options and forwards all other configuration to a regl wrapper, invoked on each draw.