From a29e342508dbd90db08fbf10ff90316c4ce339a1 Mon Sep 17 00:00:00 2001 From: Fraser Waters Date: Fri, 4 Aug 2017 16:55:59 +0100 Subject: [PATCH] Add two new types to Generator.Bind GLeglClientBufferEXT, and GLVULKANPROCNV. Both are mapped to IntPtrs. --- src/Generator.Bind/Specifications/csharp.tm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/Generator.Bind/Specifications/csharp.tm b/src/Generator.Bind/Specifications/csharp.tm index 0106c1d3..c22e27ec 100644 --- a/src/Generator.Bind/Specifications/csharp.tm +++ b/src/Generator.Bind/Specifications/csharp.tm @@ -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