mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:05:36 +00:00
Added new OpenGL 4.1 types.
This commit is contained in:
parent
228e321502
commit
069207c508
|
@ -63,6 +63,9 @@ VoidPointer, void*
|
||||||
float, float
|
float, float
|
||||||
int, int
|
int, int
|
||||||
#void, *
|
#void, *
|
||||||
|
GLDEBUGPROCARB, DebugProcArb
|
||||||
|
GLDEBUGPROCAMD , DebugProcAmd
|
||||||
|
GLvdpauSurfaceNV, IntPtr
|
||||||
|
|
||||||
# Glu types.
|
# Glu types.
|
||||||
Float64 double
|
Float64 double
|
||||||
|
@ -99,6 +102,8 @@ GLeglImageOES, IntPtr
|
||||||
|
|
||||||
|
|
||||||
# OpenCL types.
|
# OpenCL types.
|
||||||
|
_cl_context, IntPtr
|
||||||
|
_cl_event, IntPtr
|
||||||
cl_command_queue, IntPtr
|
cl_command_queue, IntPtr
|
||||||
cl_context, IntPtr
|
cl_context, IntPtr
|
||||||
cl_device_id, IntPtr
|
cl_device_id, IntPtr
|
||||||
|
|
Loading…
Reference in a new issue