From a162ee5b1b1643399492bc2310db0bd2aa26fc7d Mon Sep 17 00:00:00 2001 From: "Stefanos A." Date: Fri, 25 Oct 2013 08:47:17 +0200 Subject: [PATCH] Added DEBUGPROCKHR for the KHR_debug extension. Added CompressedTextureARB that is encountered in the new gl.xml registry. --- Source/Bind/Specifications/csharp.tm | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Source/Bind/Specifications/csharp.tm b/Source/Bind/Specifications/csharp.tm index 6eca59bc..d7c2f475 100644 --- a/Source/Bind/Specifications/csharp.tm +++ b/Source/Bind/Specifications/csharp.tm @@ -30,6 +30,9 @@ GLhalfARB, Half GLhalfNV, Half GLcharARB, Char +# ARB_texture_compression (introduced in 1.3) +CompressedTextureARB, IntPtr + # 64 bit types (introduced in 2.1) GLint64EXT, Int64 GLuint64EXT, UInt64 @@ -40,6 +43,15 @@ GLuint64, UInt64 sync, IntPtr GLsync, IntPtr +# Debug callbacks +GLDEBUGPROC, DebugProc +GLDEBUGPROCAMD, DebugProcAmd +GLDEBUGPROCARB, DebugProcArb +GLDEBUGPROCKHR, DebugProcKhr + +# NV_vdpau +GLvdpauSurfaceNV, IntPtr + # Wgl types. PROC, IntPtr LPCSTR, String @@ -63,10 +75,6 @@ VoidPointer, void* float, float int, int #void, * -GLDEBUGPROC, DebugProc -GLDEBUGPROCARB, DebugProcArb -GLDEBUGPROCAMD, DebugProcAmd -GLvdpauSurfaceNV, IntPtr # Glu types. Float64 double