Package org.lwjgl.egl

Class EGL12



  • public class EGL12
    extends java.lang.Object
    The core EGL 1.2 functionality.
    • Method Detail

      • eglBindAPI

        public static boolean eglBindAPI(int api)
      • eglQueryAPI

        public static int eglQueryAPI()
      • eglCreatePbufferFromClientBuffer

        public static long eglCreatePbufferFromClientBuffer(long dpy,
                                                            int buftype,
                                                            long buffer,
                                                            long config,
                                                            java.nio.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,
                                                            int[] attrib_list)