SDL/src/dynapi
Ryan C. Gordon dfee3f9e92 render: Replaced SDL_RenderFlush with SDL_FlushRenderer.
This uses the same `SDL_VerbNoun` format as the rest of SDL3, and also
adds stronger effort to invalidate cached state in the backend, so cooperation
improves with apps that are using lowlevel rendering APIs directly.

Fixes #367.
2023-11-29 14:24:26 -05:00
..
SDL_dynapi.c Pointer as bool (libsdl-org#7214) 2023-11-09 14:18:36 -08:00
SDL_dynapi.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_dynapi.sym render: Replaced SDL_RenderFlush with SDL_FlushRenderer. 2023-11-29 14:24:26 -05:00
SDL_dynapi_overrides.h render: Replaced SDL_RenderFlush with SDL_FlushRenderer. 2023-11-29 14:24:26 -05:00
SDL_dynapi_procs.h render: Replaced SDL_RenderFlush with SDL_FlushRenderer. 2023-11-29 14:24:26 -05:00
SDL_dynapi_unsupported.h Add unsupported functions to dynapi 2023-10-12 14:00:47 +02:00
gendynapi.py use format string attributes for functions accepting va_list params, too 2023-11-17 15:56:10 +03:00