Package org.lwjgl.egl

Class EGL11

Direct Known Subclasses:
EGL12

public class EGL11 extends EGL10
The core EGL 1.1 functionality.
  • Field Details

  • Method Details

    • eglBindTexImage

      public static boolean eglBindTexImage(long dpy, long surface, int buffer)
    • eglReleaseTexImage

      public static boolean eglReleaseTexImage(long dpy, long surface, int buffer)
    • eglSurfaceAttrib

      public static boolean eglSurfaceAttrib(long dpy, long surface, int attribute, int value)
    • eglSwapInterval

      public static boolean eglSwapInterval(long dpy, int interval)