Package org.lwjgl.egl

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 java.lang.Object

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