mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-05 14:45:48 +00:00
Add two new types to Generator.Bind
GLeglClientBufferEXT, and GLVULKANPROCNV. Both are mapped to IntPtrs.
This commit is contained in:
parent
7e5b937bc5
commit
a29e342508
|
@ -111,6 +111,14 @@ GLfixed, int
|
||||||
GLeglImageOES, IntPtr
|
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.
|
# OpenCL types.
|
||||||
_cl_context, IntPtr
|
_cl_context, IntPtr
|
||||||
_cl_event, IntPtr
|
_cl_event, IntPtr
|
||||||
|
|
Loading…
Reference in a new issue