Package org.lwjgl.egl

Class EGL11



  • public class EGL11
    extends java.lang.Object
    The core EGL 1.1 functionality.
    • Method Detail

      • 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)