Package org.lwjgl.egl
Class KHRImage
- java.lang.Object
-
- org.lwjgl.egl.KHRImage
-
public class KHRImage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
EGL_NATIVE_PIXMAP_KHR
static long
EGL_NO_IMAGE_KHR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long
eglCreateImageKHR(long dpy, long ctx, int target, long buffer, int[] attrib_list)
Array version of:CreateImageKHR
static long
eglCreateImageKHR(long dpy, long ctx, int target, long buffer, java.nio.IntBuffer attrib_list)
static boolean
eglDestroyImageKHR(long dpy, long image)
static long
neglCreateImageKHR(long dpy, long ctx, int target, long buffer, long attrib_list)
-
-
-
Field Detail
-
EGL_NATIVE_PIXMAP_KHR
public static final int EGL_NATIVE_PIXMAP_KHR
- See Also:
- Constant Field Values
-
EGL_NO_IMAGE_KHR
public static final long EGL_NO_IMAGE_KHR
- See Also:
- Constant Field Values
-
-
Method Detail
-
neglCreateImageKHR
public static long neglCreateImageKHR(long dpy, long ctx, int target, long buffer, long attrib_list)
-
eglCreateImageKHR
public static long eglCreateImageKHR(long dpy, long ctx, int target, long buffer, @Nullable 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, @Nullable int[] attrib_list)
Array version of:CreateImageKHR
-
-