Package org.lwjgl.egl
Class KHRImage
java.lang.Object
org.lwjgl.egl.KHRImage
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final long
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Field Details
-
EGL_NATIVE_PIXMAP_KHR
public static final int EGL_NATIVE_PIXMAP_KHR- See Also:
-
EGL_NO_IMAGE_KHR
public static final long EGL_NO_IMAGE_KHR- See Also:
-
-
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)
-