Function sdl2_sys::SDL_UnlockSurface
source ยท pub unsafe extern "C" fn SDL_UnlockSurface(surface: *mut SDL_Surface)
Expand description
Release a surface after directly accessing the pixels.
\param surface the SDL_Surface structure to be unlocked
\since This function is available since SDL 2.0.0.
\sa SDL_LockSurface