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_DisplayYUVOverlay - Blit the overlay to the display

Description

       Blit the overlay to the surface specified when it was created. The SDL_Rect structure, dstrect, specifies
       the position and size of the destination. If the dstrect is a larger or smaller than the overlay then the
       overlay will be scaled, this is optimized for 2x scaling.

Name

       SDL_DisplayYUVOverlay - Blit the overlay to the display

Return Values

       Returns 0 on success

See Also

SDL_Overlay, SDL_CreateYUVOverlay

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

Synopsis

#include"SDL.h"intSDL_DisplayYUVOverlay(SDL_Overlay*overlay,SDL_Rect*dstrect);

See Also