Package org.lwjgl.egl

Class EGL12

Direct Known Subclasses:
EGL13

public class EGL12 extends EGL11
The core EGL 1.2 functionality.
  • Field Details

  • Method Details

    • eglBindAPI

      public static boolean eglBindAPI(int api)
    • eglQueryAPI

      public static int eglQueryAPI()
    • neglCreatePbufferFromClientBuffer

      public static long neglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, long attrib_list)
    • eglCreatePbufferFromClientBuffer

      public static long eglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, @Nullable IntBuffer attrib_list)
    • eglReleaseThread

      public static boolean eglReleaseThread()
    • eglWaitClient

      public static boolean eglWaitClient()
    • eglCreatePbufferFromClientBuffer

      public static long eglCreatePbufferFromClientBuffer(long dpy, int buftype, long buffer, long config, @Nullable int[] attrib_list)
      See Also: