Package org.lwjgl.egl
Class WLBindWaylandDisplay
java.lang.Object
org.lwjgl.egl.WLBindWaylandDisplay
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglBindWaylandDisplayWL(long dpy, long display) EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display)static booleaneglQueryWaylandBufferWL(long dpy, long buffer, int attribute, int[] value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)static booleaneglQueryWaylandBufferWL(long dpy, long buffer, int attribute, IntBuffer value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)static booleaneglUnbindWaylandDisplayWL(long dpy, long display) EGLBoolean eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display)static intneglQueryWaylandBufferWL(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)
-