You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a way to swap two existing buffers of the same type
Ideas:
// same type, will throw error if not
points.swap('bufferA', 'bufferB')
// this because binding textures already are two textures in one
points.swapBinding('name')