Enum VSyncMode
Enumerates available VSync modes.
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public enum VSyncMode
  Fields
| Name | Description | 
|---|---|
| Adaptive | VSync enabled, unless framerate falls below one half of target framerate. If no target framerate is specified, this behaves exactly like On.  | 
      
| Off | Vsync disabled.  | 
      
| On | VSync enabled.  |