Package org.lwjgl.egl

Class KHRImageBase

java.lang.Object
org.lwjgl.egl.KHRImageBase

public class KHRImageBase extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final long
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    eglCreateImageKHR(long dpy, long ctx, int target, long buffer, int @Nullable [] attrib_list)
    EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint const * attrib_list)
    static long
    eglCreateImageKHR(long dpy, long ctx, int target, long buffer, @Nullable IntBuffer attrib_list)
    EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint const * attrib_list)
    static boolean
    eglDestroyImageKHR(long dpy, long image)
    EGLBoolean eglDestroyImageKHR(EGLDisplay dpy, EGLImageKHR image)
    static long
    neglCreateImageKHR(long dpy, long ctx, int target, long buffer, long attrib_list)
    EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint const * attrib_list)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • neglCreateImageKHR

      public static long neglCreateImageKHR(long dpy, long ctx, int target, long buffer, long attrib_list)
      EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint const * attrib_list)
    • eglCreateImageKHR

      public static long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, @Nullable IntBuffer attrib_list)
      EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint const * attrib_list)
    • eglDestroyImageKHR

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

      public static long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, int @Nullable [] attrib_list)
      EGLImageKHR eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, EGLint const * attrib_list)