An enum containing swap intervals for the current window.

Variables

@:value(cast -1)@:impl@:enuminlineread onlyADAPTIVE:WindowVSyncMode = -1

Enable adaptive VSync, and synchronize with the monitor's refresh rate unless there is a frame rate drop

@:value(cast 0)@:impl@:enuminlineread onlyOFF:WindowVSyncMode = 0

Disable VSync, and push immediate updates.

@:value(cast 1)@:impl@:enuminlineread onlyON:WindowVSyncMode = 1

Enable VSync, and synchronize with the monitor's refresh rate