Class WLBindWaylandDisplay

java.lang.Object
org.lwjgl.egl.WLBindWaylandDisplay

public class WLBindWaylandDisplay extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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)

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)