Show / Hide Table of Contents

Delegate DebugProcArb

Defines the signature of a debug callback for .

Namespace: OpenTK.Graphics.OpenGL4
Assembly: cs.temp.dll.dll
Syntax
public delegate void DebugProcArb(DebugSource source, DebugType type, int id, DebugSeverity severity, int length, IntPtr message, IntPtr userParam);
Parameters
Type Name Description
DebugSource source

The for this debug message.

DebugType type

The for this debug message.

System.Int32 id

The id of this debug message.

DebugSeverity severity

The for this debug message.

System.Int32 length

The length of this debug message.

System.IntPtr message

A pointer to a null-terminated ASCII C string, representing the content of this debug message.

System.IntPtr userParam

A pointer to a user-specified parameter.

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