Package org.lwjgl.egl

Class EGL11

Direct Known Subclasses:
EGL12

public class EGL11 extends EGL10
  • Field Details

  • Method Details

    • eglBindTexImage

      public static boolean eglBindTexImage(long dpy, long surface, int buffer)
      EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
    • eglReleaseTexImage

      public static boolean eglReleaseTexImage(long dpy, long surface, int buffer)
      EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)
    • eglSurfaceAttrib

      public static boolean eglSurfaceAttrib(long dpy, long surface, int attribute, int value)
      EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
    • eglSwapInterval

      public static boolean eglSwapInterval(long dpy, int interval)
      EGLBoolean eglSwapInterval(EGLDisplay dpy, EGLint interval)