Enum DebugSeverity
Used in GL.DebugMessageControl, GL.DebugMessageInsert and 4 other functions
Namespace: OpenTK.Graphics.ES11
Assembly: OpenTK.dll
Syntax
public enum DebugSeverity
Fields
| Name | Description |
|---|---|
| DebugSeverityHigh | Original was GL_DEBUG_SEVERITY_HIGH = 0x9146 |
| DebugSeverityLow | Original was GL_DEBUG_SEVERITY_LOW = 0x9148 |
| DebugSeverityMedium | Original was GL_DEBUG_SEVERITY_MEDIUM = 0x9147 |
| DontCare | Original was GL_DONT_CARE = 0x1100 |