public class KHRImage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_NATIVE_PIXMAP_KHR |
static long |
EGL_NO_IMAGE_KHR |
| Modifier and Type | Method and 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) |
public static final int EGL_NATIVE_PIXMAP_KHR
public static final long EGL_NO_IMAGE_KHR
public static long neglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
long attrib_list)
public static long eglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
@Nullable
java.nio.IntBuffer attrib_list)
public static boolean eglDestroyImageKHR(long dpy,
long image)
public static long eglCreateImageKHR(long dpy,
long ctx,
int target,
long buffer,
@Nullable
int[] attrib_list)
CreateImageKHRCopyright LWJGL. All Rights Reserved. License terms.