Show / Hide Table of Contents

Enum VSyncMode

Enumerates available VSync modes.

Namespace: OpenTK
Assembly: OpenTK.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.

In This Article
Back to top Generated by DocFX