mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 13:55:07 +00:00
EGLEW: Wayland wl_display and wl_resource declarations for WL_bind_wayland_display
This commit is contained in:
parent
5b5685e39a
commit
d68cb03149
@ -78,6 +78,10 @@ typedef khronos_stime_nanoseconds_t EGLnsecsANDROID;
|
|||||||
struct EGLClientPixmapHI;
|
struct EGLClientPixmapHI;
|
||||||
struct AHardwareBuffer;
|
struct AHardwareBuffer;
|
||||||
|
|
||||||
|
/* Wayland types for WL_bind_wayland_display purposes */
|
||||||
|
struct wl_display;
|
||||||
|
struct wl_resource;
|
||||||
|
|
||||||
#define EGL_DONT_CARE ((EGLint)-1)
|
#define EGL_DONT_CARE ((EGLint)-1)
|
||||||
|
|
||||||
#define EGL_NO_CONTEXT ((EGLContext)0)
|
#define EGL_NO_CONTEXT ((EGLContext)0)
|
||||||
|
Loading…
Reference in New Issue
Block a user