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

Go to the source code of this file.

Functions

int SDL_OFFSCREEN_CreateWindowFramebuffer (_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)
 
int SDL_OFFSCREEN_UpdateWindowFramebuffer (_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)
 
void SDL_OFFSCREEN_DestroyWindowFramebuffer (_THIS, SDL_Window *window)
 

Function Documentation

◆ SDL_OFFSCREEN_CreateWindowFramebuffer()

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

◆ SDL_OFFSCREEN_DestroyWindowFramebuffer()

void SDL_OFFSCREEN_DestroyWindowFramebuffer ( _THIS  ,
SDL_Window window 
)

◆ SDL_OFFSCREEN_UpdateWindowFramebuffer()

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