Release a surface after directly accessing the pixels.
void SDL_UnlockSurface(SDL_Surface *surface);
surface | the SDL_Surface structure to be unlocked |
This function is available since SDL 3.0.0.
<<Include(SDL_LockSurface, , , from="== Code Examples ==", to="== Remarks ==")>>