Function SDL_UnlockSurface

pub unsafe extern "C" fn SDL_UnlockSurface(surface: *mut SDL_Surface)
Available on crate feature dep_sdl3 only.
Expand description

Release a surface after directly accessing the pixels.

§Parameters

§Availability

This function is available since SDL 3.2.0.

§See also