Ping Pong buffers
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 56
- Forks
- 5
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
- a way to swap two existing buffers of the same type
Ideas:
```js
// same type, will throw error if not
points.swap('bufferA', 'bufferB')
// this because binding textures already are two textures in one
points.swapBinding('name')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.