Added new OpenGL 4.1 types.
This commit is contained in:
parent
069207c508
commit
0a53002ad3
1 changed files with 8 additions and 0 deletions
|
@ -1020,4 +1020,12 @@ namespace OpenTK.Graphics.OpenGL
|
|||
|
||||
#endregion
|
||||
}
|
||||
|
||||
public delegate void DebugProcAmd(int id,
|
||||
AmdDebugOutput category, AmdDebugOutput severity,
|
||||
IntPtr length, string message, IntPtr userParam);
|
||||
|
||||
public delegate void DebugProcArb(int id,
|
||||
ArbDebugOutput category, ArbDebugOutput severity,
|
||||
IntPtr length, string message, IntPtr userParam);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue