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
@NativeType("EGLBoolean") public static boolean eglBindWaylandDisplayWL(@NativeType("EGLDisplay") long dpy, @NativeType("struct wl_display *") long display) EGLBoolean eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display * display) -
eglUnbindWaylandDisplayWL
@NativeType("EGLBoolean") public static boolean eglUnbindWaylandDisplayWL(@NativeType("EGLDisplay") long dpy, @NativeType("struct wl_display *") 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
@NativeType("EGLBoolean") public static boolean eglQueryWaylandBufferWL(@NativeType("EGLDisplay") long dpy, @NativeType("struct wl_resource *") long buffer, @NativeType("EGLint") int attribute, @NativeType("EGLint *") IntBuffer value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value) -
eglQueryWaylandBufferWL
@NativeType("EGLBoolean") public static boolean eglQueryWaylandBufferWL(@NativeType("EGLDisplay") long dpy, @NativeType("struct wl_resource *") long buffer, @NativeType("EGLint") int attribute, @NativeType("EGLint *") int[] value) EGLBoolean eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource * buffer, EGLint attribute, EGLint * value)
-