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
It would be nice to have something like pub fn as_slices(&'a self) -> (&'a [T], &'a [T]) for bulk access of RingBuf data (e.g. for supplying to OpenGL without lots of glBufferSubData calls and without copying to an intermediate buffer).