zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDL_windowsframebuffer.h File Reference
#include "SDL_config.h"

Go to the source code of this file.

Functions

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

Function Documentation

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