Removed SDL_RENDERER_ACCELERATED and SDL_RENDERER_SOFTWARE

These flags are unnecessary and have always been a source of confusion.
This commit is contained in:
Sam Lantinga 2024-04-04 12:39:24 -07:00
parent 3f8dba3713
commit 5fa87e29e7
19 changed files with 37 additions and 92 deletions

View file

@ -220,6 +220,7 @@ struct SDL_Renderer
/* The current renderer info */
SDL_RendererInfo info;
SDL_bool software;
/* The window associated with the renderer */
SDL_Window *window;