mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 08:11:58 +00:00
Added DebugProc delegate in accordance to GL 4.3 specs.
This commit is contained in:
parent
4dfcf39d26
commit
98504ce67a
|
@ -63,8 +63,9 @@ VoidPointer, void*
|
||||||
float, float
|
float, float
|
||||||
int, int
|
int, int
|
||||||
#void, *
|
#void, *
|
||||||
|
GLDEBUGPROC, DebugProc
|
||||||
GLDEBUGPROCARB, DebugProcArb
|
GLDEBUGPROCARB, DebugProcArb
|
||||||
GLDEBUGPROCAMD , DebugProcAmd
|
GLDEBUGPROCAMD, DebugProcAmd
|
||||||
GLvdpauSurfaceNV, IntPtr
|
GLvdpauSurfaceNV, IntPtr
|
||||||
|
|
||||||
# Glu types.
|
# Glu types.
|
||||||
|
|
Loading…
Reference in a new issue