Package org.lwjgl.egl
Class WLBindWaylandDisplay
java.lang.Object
org.lwjgl.egl.WLBindWaylandDisplay
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
eglBindWaylandDisplayWL
(long dpy, long display) EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display)
static boolean
eglQueryWaylandBufferWL
(long dpy, long buffer, int attribute, int[] value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
static boolean
eglQueryWaylandBufferWL
(long dpy, long buffer, int attribute, IntBuffer value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
static boolean
eglUnbindWaylandDisplayWL
(long dpy, long display) EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display)
static int
neglQueryWaylandBufferWL
(long dpy, long buffer, int attribute, long value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
-
Method Details
-
eglBindWaylandDisplayWL
public static boolean eglBindWaylandDisplayWL(long dpy, long display) EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display)
-
eglUnbindWaylandDisplayWL
public static boolean eglUnbindWaylandDisplayWL(long dpy, long display) EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display)
-
neglQueryWaylandBufferWL
public static int neglQueryWaylandBufferWL(long dpy, long buffer, int attribute, long value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
-
eglQueryWaylandBufferWL
public static boolean eglQueryWaylandBufferWL(long dpy, long buffer, int attribute, IntBuffer value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
-
eglQueryWaylandBufferWL
public static boolean eglQueryWaylandBufferWL(long dpy, long buffer, int attribute, int[] value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
-