|
SDL
2.0
|
Include dependency graph for SDL_mirframebuffer.h:Go to the source code of this file.
Functions | |
| int | MIR_CreateWindowFramebuffer (_THIS, SDL_Window *sdl_window, Uint32 *format, void **pixels, int *pitch) |
| int | MIR_UpdateWindowFramebuffer (_THIS, SDL_Window *sdl_window, const SDL_Rect *rects, int numrects) |
| void | MIR_DestroyWindowFramebuffer (_THIS, SDL_Window *sdl_window) |
| int MIR_CreateWindowFramebuffer | ( | _THIS | , |
| SDL_Window * | sdl_window, | ||
| Uint32 * | format, | ||
| void ** | pixels, | ||
| int * | pitch | ||
| ) |
| void MIR_DestroyWindowFramebuffer | ( | _THIS | , |
| SDL_Window * | sdl_window | ||
| ) |
| int MIR_UpdateWindowFramebuffer | ( | _THIS | , |
| SDL_Window * | sdl_window, | ||
| const SDL_Rect * | rects, | ||
| int | numrects | ||
| ) |