Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a shared object with multiple length keys to store regl buffers (#…
…155) I used to use multiple buffers, one for each tile, to store regl information; it makes more sense to just have a single pool shared by all resources. This requires various refactors.
- Loading branch information