21 #include "../../SDL_internal.h" 23 #ifndef _SDL_emscriptenframebuffer_h 24 #define _SDL_emscriptenframebuffer_h uint32_t Uint32
An unsigned 32-bit integer type.
GLint GLint GLsizei GLsizei GLsizei GLint GLenum GLenum const GLvoid * pixels
void Emscripten_DestroyWindowFramebuffer(_THIS, SDL_Window *window)
int Emscripten_CreateWindowFramebuffer(_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch)
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
The type used to identify a window.
SDL_Rect rects[MAX_RECTS]
int Emscripten_UpdateWindowFramebuffer(_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects)
A rectangle, with the origin at the upper left.