Added new OpenGL 4.1 types.

This commit is contained in:
the_fiddler 2010-11-19 09:09:58 +00:00
parent 069207c508
commit 0a53002ad3

View file

@ -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);
}