public class KHRStreamConsumerGLTexture
extends java.lang.Object
This extension allows an OpenGL(ES) texture to be connected to an EGLStream as its consumer. Image frames from the EGLStream can be 'latched' into the texture as the contents of the texture. This is equivalent to copying the image into the texture, but on most implementations a copy is not needed so this is faster.
Requires EGL 1.2.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
eglStreamConsumerAcquireKHR(long dpy,
long stream) |
static boolean |
eglStreamConsumerGLTextureExternalKHR(long dpy,
long stream) |
static boolean |
eglStreamConsumerReleaseKHR(long dpy,
long stream) |
public static final int EGL_CONSUMER_ACQUIRE_TIMEOUT_USEC_KHR
public static boolean eglStreamConsumerGLTextureExternalKHR(long dpy,
long stream)
public static boolean eglStreamConsumerAcquireKHR(long dpy,
long stream)
public static boolean eglStreamConsumerReleaseKHR(long dpy,
long stream)
Copyright LWJGL. All Rights Reserved. License terms.