Show / Hide Table of Contents

Enum ContextResetNotificationStrategy

See GL_ARB_robustness extension for details.

Namespace: OpenTK.Platform
Assembly: OpenTK.Platform.dll
Syntax
public enum ContextResetNotificationStrategy

Fields

Name Description
LoseContextOnReset

Reset notification will be sent through OpenTK.Graphics.OpenGL.GL.ARB.GetGraphicsResetStatusARB() which can be used to detect a reset of a OpenGL context.

NoResetNotification

No reset notification will be sent and OpenTK.Graphics.OpenGL.GL.ARB.GetGraphicsResetStatusARB() will always return OpenTK.Graphics.OpenGL.GraphicsResetStatus.NoError.

In this article
Back to top Generated by DocFX