logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_UnlockYUVOverlay - Unlock an overlay

Description

       The  opposite  to  SDL_LockYUVOverlay.  Unlocks  a previously locked overlay. An overlay must be unlocked
       before it can be displayed.

Name

       SDL_UnlockYUVOverlay - Unlock an overlay

See Also

SDL_UnlockYUVOverlay, SDL_CreateYUVOverlay, SDL_Overlay

SDL                                          Tue 11 Sep 2001, 23:01                      SDL_UnlockYUVOverlay(3)

Synopsis

#include"SDL.h"voidSDL_UnlockYUVOverlay(SDL_Overlay*overlay);

See Also