Show / Hide Table of Contents

Enum ArbRobustness

Not used directly.

Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum ArbRobustness

Fields

Name Description
ContextFlagRobustAccessBitArb

Original was GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB = 0x00000004

GuiltyContextResetArb

Original was GL_GUILTY_CONTEXT_RESET_ARB = 0x8253

InnocentContextResetArb

Original was GL_INNOCENT_CONTEXT_RESET_ARB = 0x8254

LoseContextOnResetArb

Original was GL_LOSE_CONTEXT_ON_RESET_ARB = 0x8252

NoError

Original was GL_NO_ERROR = 0

NoResetNotificationArb

Original was GL_NO_RESET_NOTIFICATION_ARB = 0x8261

ResetNotificationStrategyArb

Original was GL_RESET_NOTIFICATION_STRATEGY_ARB = 0x8256

UnknownContextResetArb

Original was GL_UNKNOWN_CONTEXT_RESET_ARB = 0x8255

In This Article
Back to top Generated by DocFX