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
Make convert format hold its own PixelFormat struct
I'm worried that if we use a reference to a pixelformat struct from a surface, the pixelformat might be deallocated later by SDL. This makes the code more complex but it ensures that the module always has a handle on a real and not-deallocated pixelformat.
0 commit comments