GLSwapInterval

D enum that defines swap intervals for OpenGL

Values

ValueMeaning
immediate0

No vertical retrace synchronization

syncWithVerticalRetrace1

The buffer swap is synchronized with the vertical retrace

adaptiveVSync-1

Late swaps happen immediately instead of waiting for the next retrace

Meta