RENDER_VSYNC
Description:
A variable controlling whether updates to the SDL screen surface should be synchronized with the vertical refresh, to avoid tearing.
This variable can be set to the following values:
- "0" - Disable vsync
- "1" - Enable vsync
By default SDL does not sync screen surface updates with vertical refresh.
Namespace: SDL.Hint
Package: sdl2