SDL  2.0
SDL_windowsframebuffer.h File Reference
+ Include dependency graph for SDL_windowsframebuffer.h:

Go to the source code of this file.

Functions

int WIN_CreateWindowFramebuffer (_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)
 
int WIN_UpdateWindowFramebuffer (_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)
 
void WIN_DestroyWindowFramebuffer (_THIS, SDL_Window *window)
 

Function Documentation

◆ WIN_CreateWindowFramebuffer()

int WIN_CreateWindowFramebuffer ( _THIS  ,
SDL_Window window,
Uint32 format,
void **  pixels,
int *  pitch 
)

◆ WIN_DestroyWindowFramebuffer()

void WIN_DestroyWindowFramebuffer ( _THIS  ,
SDL_Window window 
)

◆ WIN_UpdateWindowFramebuffer()

int WIN_UpdateWindowFramebuffer ( _THIS  ,
SDL_Window window,
const SDL_Rect rects,
int  numrects 
)