cosmograph-org / cosmos

GPU-accelerated force graph layout and rendering
Other
790 stars 52 forks source link

Fixed Regl.js Buffers and Framebuffers double destruction #51

Closed Stukova closed 1 year ago

Stukova commented 1 year ago

Regl.js throws an error if the Buffers or Framebuffers are destroyed twice in a row. Added method that checks if the Buffers or Framebuffers have already been destroyed.