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
As mentioned when #16 was closed, it would be nice if softbuffer could provide a managed buffer to avoid the cost of copying. I'm imagining a double-buffered setup where you can call a function to swap the buffers.
Currently softbuffer can take up to 3-4ms to upload the buffer to the window, which is really slow. (edit: even slower with larger windows; see #18)
API design for this could be somewhat difficult but I doubt it'll be too hard. I can propose designs if you like
The text was updated successfully, but these errors were encountered:
As mentioned when #16 was closed, it would be nice if
softbuffer
could provide a managed buffer to avoid the cost of copying. I'm imagining a double-buffered setup where you can call a function to swap the buffers.Currently softbuffer can take up to 3-4ms to upload the buffer to the window, which is really slow. (edit: even slower with larger windows; see #18)
API design for this could be somewhat difficult but I doubt it'll be too hard. I can propose designs if you like
The text was updated successfully, but these errors were encountered: