|
NAMESDL_LockYUVOverlay - Lock an overlaySYNOPSIS#include "SDL.h"int SDL_LockYUVOverlay(SDL_Overlay *overlay); DESCRIPTIONMuch the same as SDL_LockSurface, SDL_LockYUVOverlay locks the overlay for direct access to pixel data.RETURN VALUEReturns 0 on success, or -1 on an error.SEE ALSOSDL_UnlockYUVOverlay, SDL_CreateYUVOverlay, SDL_Overlay
Visit the GSP FreeBSD Man Page Interface. |