Add two new types to Generator.Bind

GLeglClientBufferEXT, and GLVULKANPROCNV. Both are mapped to IntPtrs.
This commit is contained in:
Fraser Waters 2017-08-04 16:55:59 +01:00
parent 7e5b937bc5
commit a29e342508

View file

@ -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