Show / Hide Table of Contents

Enum DebugType

Used in GL.DebugMessageControl, GL.DebugMessageInsert and 4 other functions

Namespace: OpenTK.Graphics.ES31
Assembly: cs.temp.dll.dll
Syntax
public enum DebugType

Fields

Name Description
DebugTypeDeprecatedBehavior

Original was GL_DEBUG_TYPE_DEPRECATED_BEHAVIOR = 0x824D

DebugTypeError

Original was GL_DEBUG_TYPE_ERROR = 0x824C

DebugTypeMarker

Original was GL_DEBUG_TYPE_MARKER = 0x8268

DebugTypeOther

Original was GL_DEBUG_TYPE_OTHER = 0x8251

DebugTypePerformance

Original was GL_DEBUG_TYPE_PERFORMANCE = 0x8250

DebugTypePopGroup

Original was GL_DEBUG_TYPE_POP_GROUP = 0x826A

DebugTypePortability

Original was GL_DEBUG_TYPE_PORTABILITY = 0x824F

DebugTypePushGroup

Original was GL_DEBUG_TYPE_PUSH_GROUP = 0x8269

DebugTypeUndefinedBehavior

Original was GL_DEBUG_TYPE_UNDEFINED_BEHAVIOR = 0x824E

DontCare

Original was GL_DONT_CARE = 0x1100

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX