Add missing provider for eglCreateImageKHR.

EGL_KHR_image_base defines these two functions, and so does
EGL_KHR_image (which is bascically the union of EGL_KHR_image_base and
EGL_KHR_image_pixmap).
macos/v1.5.9
Eric Anholt 11 years ago
parent efa64545fb
commit cfdb26c2a4
  1. 2
      registry/egl.xml

@ -1431,6 +1431,8 @@
<require>
<!-- @ Most interfaces defined by EGL_KHR_image above -->
<enum name="EGL_IMAGE_PRESERVED_KHR"/>
<command name="eglCreateImageKHR"/>
<command name="eglDestroyImageKHR"/>
</require>
</extension>
<extension name="EGL_KHR_image_pixmap" supported="egl">

Loading…
Cancel
Save