Update src/weston-egl-ext.h
This commit is contained in:
@@ -33,16 +33,12 @@
|
|||||||
#ifndef EGL_WL_bind_wayland_display
|
#ifndef EGL_WL_bind_wayland_display
|
||||||
#define EGL_WL_bind_wayland_display 1
|
#define EGL_WL_bind_wayland_display 1
|
||||||
|
|
||||||
#define EGL_WAYLAND_BUFFER_WL 0x31D5 /* eglCreateImageKHR target */
|
#define EGL_WAYLAND_BUFFER_WL 0x31D5 /* eglCreateImageKHR target */
|
||||||
#define EGL_WAYLAND_PLANE_WL 0x31D6 /* eglCreateImageKHR target */
|
#define EGL_WAYLAND_PLANE_WL 0x31D6 /* eglCreateImageKHR target */
|
||||||
|
|
||||||
#define EGL_WAYLAND_BUFFER_COMPONENTS_WL 0x31D7 /* eglQueryWaylandBufferWL attribute */
|
#define EGL_TEXTURE_Y_U_V_WL 0x31D7
|
||||||
|
#define EGL_TEXTURE_Y_UV_WL 0x31D8
|
||||||
#define EGL_WAYLAND_BUFFER_RGB_WL 0x31D8
|
#define EGL_TEXTURE_Y_XUXV_WL 0x31D9
|
||||||
#define EGL_WAYLAND_BUFFER_RGBA_WL 0x31D9
|
|
||||||
#define EGL_WAYLAND_BUFFER_Y_U_V_WL 0x31Da
|
|
||||||
#define EGL_WAYLAND_BUFFER_Y_UV_WL 0x31Db
|
|
||||||
#define EGL_WAYLAND_BUFFER_Y_XUXV_WL 0x31Dc
|
|
||||||
|
|
||||||
struct wl_display;
|
struct wl_display;
|
||||||
struct wl_buffer;
|
struct wl_buffer;
|
||||||
|
|||||||
Reference in New Issue
Block a user