mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
The flags parameter has been removed from SDL_CreateRenderer() and SDL_RENDERER_PRESENTVSYNC has been replaced with SDL_PROP_RENDERER_CREATE_PRESENT_VSYNC_NUMBER during window creation and SDL_PROP_RENDERER_VSYNC_NUMBER after renderer creation. SDL_SetRenderVSync() now takes additional values besides 0 and 1. The maximum texture size has been removed from SDL_RendererInfo, replaced with SDL_PROP_RENDERER_MAX_TEXTURE_SIZE_NUMBER. |
||
|---|---|---|
| .. | ||
| SDL_blendfillrect.c | ||
| SDL_blendfillrect.h | ||
| SDL_blendline.c | ||
| SDL_blendline.h | ||
| SDL_blendpoint.c | ||
| SDL_blendpoint.h | ||
| SDL_draw.h | ||
| SDL_drawline.c | ||
| SDL_drawline.h | ||
| SDL_drawpoint.c | ||
| SDL_drawpoint.h | ||
| SDL_render_sw.c | ||
| SDL_render_sw_c.h | ||
| SDL_rotate.c | ||
| SDL_rotate.h | ||
| SDL_triangle.c | ||
| SDL_triangle.h | ||