Set a hint with normal priority.
const char *name,
SDL_bool SDL_SetHint(const char *value);
name | the hint to set |
value | the value of the hint variable |
Returns SDL_TRUE if the hint was set, SDL_FALSE otherwise.
Hints will not be set if there is an existing override hint or environment variable that takes precedence. You can use SDL_SetHintWithPriority() to set the hint with override priority instead.
This function is available since SDL 3.0.0.
"1"); SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY,