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_LockYUVOverlay - Lock an overlay

Description

       Much the same as SDL_LockSurface, SDL_LockYUVOverlay locks the overlay for direct access to pixel data.

Name

       SDL_LockYUVOverlay - Lock an overlay

Return Value

       Returns 0 on success, or -1 on an error.

See Also

SDL_UnlockYUVOverlay, SDL_CreateYUVOverlay, SDL_Overlay

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

Synopsis

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

See Also