egl: Add EGL_WL_wayland_eglstream helpers
These are to replace the file descriptor hack currently in use. https://bugzilla.gnome.org/show_bug.cgi?id=773629
This commit is contained in:
@ -93,4 +93,9 @@ typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERACQUIREATTRIBNVPROC) (EGLDi
|
||||
typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMCONSUMERRELEASEATTRIBNVPROC) (EGLDisplay dpy, EGLStreamKHR stream, const EGLAttrib *attrib_list);
|
||||
#endif /* EGL_NV_stream_attrib */
|
||||
|
||||
#ifndef EGL_WL_wayland_eglstream
|
||||
#define EGL_WL_wayland_eglstream 1
|
||||
#define EGL_WAYLAND_EGLSTREAM_WL 0x334B
|
||||
#endif /* EGL_WL_wayland_eglstream */
|
||||
|
||||
#endif /* META_EGL_EXT_H */
|
||||
|
Reference in New Issue
Block a user