Added new OpenGL 4.1 types.
This commit is contained in:
parent
228e321502
commit
069207c508
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,9 @@ VoidPointer, void*
|
|||
float, float
|
||||
int, int
|
||||
#void, *
|
||||
GLDEBUGPROCARB, DebugProcArb
|
||||
GLDEBUGPROCAMD , DebugProcAmd
|
||||
GLvdpauSurfaceNV, IntPtr
|
||||
|
||||
# Glu types.
|
||||
Float64 double
|
||||
|
@ -99,6 +102,8 @@ GLeglImageOES, IntPtr
|
|||
|
||||
|
||||
# OpenCL types.
|
||||
_cl_context, IntPtr
|
||||
_cl_event, IntPtr
|
||||
cl_command_queue, IntPtr
|
||||
cl_context, IntPtr
|
||||
cl_device_id, IntPtr
|
||||
|
|
Loading…
Reference in a new issue