Enum DebugSource
Used in GL.Arb.DebugMessageControl, GL.Arb.DebugMessageInsert and 6 other functions
Namespace: OpenTK.Graphics.OpenGL4
Assembly: OpenTK.dll
Syntax
public enum DebugSource
Fields
| Name | Description |
|---|---|
| DebugSourceApi | Original was GL_DEBUG_SOURCE_API = 0x8246 |
| DebugSourceApplication | Original was GL_DEBUG_SOURCE_APPLICATION = 0x824A |
| DebugSourceOther | Original was GL_DEBUG_SOURCE_OTHER = 0x824B |
| DebugSourceShaderCompiler | Original was GL_DEBUG_SOURCE_SHADER_COMPILER = 0x8248 |
| DebugSourceThirdParty | Original was GL_DEBUG_SOURCE_THIRD_PARTY = 0x8249 |
| DebugSourceWindowSystem | Original was GL_DEBUG_SOURCE_WINDOW_SYSTEM = 0x8247 |
| DontCare | Original was GL_DONT_CARE = 0x1100 |