26 #ifndef _SDL_mirframebuffer_h 27 #define _SDL_mirframebuffer_h 29 #include "../SDL_sysvideo.h" 35 void**
pixels,
int* pitch);
uint32_t Uint32
An unsigned 32-bit integer type.
int MIR_CreateWindowFramebuffer(_THIS, SDL_Window *sdl_window, Uint32 *format, void **pixels, int *pitch)
GLint GLint GLsizei GLsizei GLsizei GLint GLenum GLenum const GLvoid * pixels
int MIR_UpdateWindowFramebuffer(_THIS, SDL_Window *sdl_window, const SDL_Rect *rects, int numrects)
void MIR_DestroyWindowFramebuffer(_THIS, SDL_Window *sdl_window)
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
The type used to identify a window.
SDL_Rect rects[MAX_RECTS]
A rectangle, with the origin at the upper left.