regl-gpu-lines icon indicating copy to clipboard operation
regl-gpu-lines copied to clipboard

Use vertex array objects

Open rreusser opened this issue 2 years ago • 1 comments

They're available. Need to figure out the details. https://github.com/regl-project/regl/blob/master/API.md#vertex-array-objects

rreusser avatar Nov 21 '21 07:11 rreusser

Addressed in 2.2.1. My implementation could use some streamlining, and it seems like regl has a bug with VAO emulation, filed here: https://github.com/regl-project/regl/issues/633

rreusser avatar Nov 22 '21 17:11 rreusser