Delegate DebugProc
Defines the signature of a debug callback for
Debug
Namespace: OpenTK.Graphics.OpenGL
Assembly: OpenTK.dll
Syntax
public delegate void DebugProc(DebugSource source, DebugType type, int id, DebugSeverity severity, int length, IntPtr message, IntPtr userParam);
Parameters
Type | Name | Description |
---|---|---|
Debug |
source | The Debug |
Debug |
type | The Debug |
Int32 | id | The id of this debug message. |
Debug |
severity | The Debug |
Int32 | length | The length of this debug message. |
Int |
message | A pointer to a null-terminated ASCII C string, representing the content of this debug message. |
Int |
userParam | A pointer to a user-specified parameter. |