Add two new types to Generator.Bind
GLeglClientBufferEXT, and GLVULKANPROCNV. Both are mapped to IntPtrs.
This commit is contained in:
parent
7e5b937bc5
commit
a29e342508
1 changed files with 8 additions and 0 deletions
|
@ -111,6 +111,14 @@ GLfixed, int
|
|||
GLeglImageOES, IntPtr
|
||||
|
||||
|
||||
# External egl buffer type added in OpenGL 4.6
|
||||
GLeglClientBufferEXT, IntPtr
|
||||
|
||||
|
||||
# nVidia vulkan entry point, added by NV_draw_vulkan_image extension
|
||||
GLVULKANPROCNV, IntPtr
|
||||
|
||||
|
||||
# OpenCL types.
|
||||
_cl_context, IntPtr
|
||||
_cl_event, IntPtr
|
||||
|
|
Loading…
Reference in a new issue