mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 20:25:39 +00:00
Added DEBUGPROCKHR for the KHR_debug extension. Added
CompressedTextureARB that is encountered in the new gl.xml registry.
This commit is contained in:
parent
e08baaa624
commit
a162ee5b1b
|
@ -30,6 +30,9 @@ GLhalfARB, Half
|
||||||
GLhalfNV, Half
|
GLhalfNV, Half
|
||||||
GLcharARB, Char
|
GLcharARB, Char
|
||||||
|
|
||||||
|
# ARB_texture_compression (introduced in 1.3)
|
||||||
|
CompressedTextureARB, IntPtr
|
||||||
|
|
||||||
# 64 bit types (introduced in 2.1)
|
# 64 bit types (introduced in 2.1)
|
||||||
GLint64EXT, Int64
|
GLint64EXT, Int64
|
||||||
GLuint64EXT, UInt64
|
GLuint64EXT, UInt64
|
||||||
|
@ -40,6 +43,15 @@ GLuint64, UInt64
|
||||||
sync, IntPtr
|
sync, IntPtr
|
||||||
GLsync, IntPtr
|
GLsync, IntPtr
|
||||||
|
|
||||||
|
# Debug callbacks
|
||||||
|
GLDEBUGPROC, DebugProc
|
||||||
|
GLDEBUGPROCAMD, DebugProcAmd
|
||||||
|
GLDEBUGPROCARB, DebugProcArb
|
||||||
|
GLDEBUGPROCKHR, DebugProcKhr
|
||||||
|
|
||||||
|
# NV_vdpau
|
||||||
|
GLvdpauSurfaceNV, IntPtr
|
||||||
|
|
||||||
# Wgl types.
|
# Wgl types.
|
||||||
PROC, IntPtr
|
PROC, IntPtr
|
||||||
LPCSTR, String
|
LPCSTR, String
|
||||||
|
@ -63,10 +75,6 @@ VoidPointer, void*
|
||||||
float, float
|
float, float
|
||||||
int, int
|
int, int
|
||||||
#void, *
|
#void, *
|
||||||
GLDEBUGPROC, DebugProc
|
|
||||||
GLDEBUGPROCARB, DebugProcArb
|
|
||||||
GLDEBUGPROCAMD, DebugProcAmd
|
|
||||||
GLvdpauSurfaceNV, IntPtr
|
|
||||||
|
|
||||||
# Glu types.
|
# Glu types.
|
||||||
Float64 double
|
Float64 double
|
||||||
|
|
Loading…
Reference in a new issue