Page 1 of 1

SDL rendering option

Posted: Sat Feb 18, 2023 8:09 pm
by HudsonBr
Hi,
i was looking the SDL example and got curious about this line here:
SDL_Renderer* renderer = SDL_CreateRenderer(window, -1, SDL_RENDERER_SOFTWARE);

is this just an example or for better compatibility is necessary to use this flag?

Regards