Enum DebugSeverity
Used in GL.Amd.DebugMessageEnable, GL.Amd.DebugMessageInsert and 9 other functions
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public enum DebugSeverityFields
| 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 | 
| DebugSeverityNotification | Original was GL_DEBUG_SEVERITY_NOTIFICATION = 0x826B | 
| DontCare | Original was GL_DONT_CARE = 0x1100 |