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
I have a task that creates a vertical stack of animation frames, where each frame is rendered separately. If I had a separate PixmapMut for each frame, then I'd be able to render the frames in parallel without needing any synchronization. And since a range of scan lines is a contiguous range of bytes, this should be feasible with the existing PixmapMut type.