Package org.lwjgl.egl

Class KHRImage



  • public class KHRImage
    extends java.lang.Object
    Native bindings to the KHR_image extension.

    This extension defines a new EGL resource type that is suitable for sharing 2D arrays of image data between client APIs, the EGLImage, and allows creating EGLImages from EGL native pixmaps.

    Requires EGL L.1.

    • Method Detail

      • eglCreateImageKHR

        public static long eglCreateImageKHR(long dpy,
                                             long ctx,
                                             int target,
                                             long buffer,
                                             java.nio.IntBuffer attrib_list)
      • eglDestroyImageKHR

        public static boolean eglDestroyImageKHR(long dpy,
                                                 long image)
      • eglCreateImageKHR

        public static long eglCreateImageKHR(long dpy,
                                             long ctx,
                                             int target,
                                             long buffer,
                                             int[] attrib_list)
        Array version of: CreateImageKHR