egl: Add EGL_WL_bind_wayland_display

This commit is contained in:
Benjamin Franzke
2011-02-21 16:22:34 +01:00
committed by Kristian Høgsberg
parent 654adaabc9
commit 6b369c4c7c
24 changed files with 729 additions and 24 deletions

View File

@@ -58,6 +58,8 @@ struct _egl_extensions
EGLBoolean MESA_drm_display;
EGLBoolean MESA_drm_image;
EGLBoolean WL_bind_wayland_display;
EGLBoolean KHR_image_base;
EGLBoolean KHR_image_pixmap;
EGLBoolean KHR_vg_parent_image;