mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-05 08:36:07 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user