|
SDL
2.0
|
#include "../../SDL_internal.h"
Include dependency graph for SDL_windowsframebuffer.h:Go to the source code of this file.
Functions | |
| int | WIN_CreateWindowFramebuffer (_THIS, SDL_Window *window, Uint32 *format, void **pixels, int *pitch) |
| int | WIN_UpdateWindowFramebuffer (_THIS, SDL_Window *window, const SDL_Rect *rects, int numrects) |
| void | WIN_DestroyWindowFramebuffer (_THIS, SDL_Window *window) |
| 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 | ||
| ) |