A variable controlling whether updates to the SDL screen surface should be synchronized with the vertical refresh, to avoid tearing.
Defined in SDL_hints.h
#define SDL_HINT_RENDER_VSYNC "SDL_RENDER_VSYNC"
This variable can be set to the following values:
By default SDL does not sync screen surface updates with vertical refresh.