public class KHRStreamProducerEGLSurface
extends java.lang.Object
This extension allows an EGLSurface to be created as a producer of images to an EGLStream. Each call to eglSwapBuffers posts a new image frame into the EGLStream.
Requires EGL 1.2.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_STREAM_BIT_KHR |
| Modifier and Type | Method and Description |
|---|---|
static long |
eglCreateStreamProducerSurfaceKHR(long dpy,
long config,
long stream,
int[] attrib_list)
Array version of:
CreateStreamProducerSurfaceKHR |
static long |
eglCreateStreamProducerSurfaceKHR(long dpy,
long config,
long stream,
java.nio.IntBuffer attrib_list) |
static long |
neglCreateStreamProducerSurfaceKHR(long dpy,
long config,
long stream,
long attrib_list) |
public static final int EGL_STREAM_BIT_KHR
public static long neglCreateStreamProducerSurfaceKHR(long dpy,
long config,
long stream,
long attrib_list)
public static long eglCreateStreamProducerSurfaceKHR(long dpy,
long config,
long stream,
@Nullable
java.nio.IntBuffer attrib_list)
public static long eglCreateStreamProducerSurfaceKHR(long dpy,
long config,
long stream,
@Nullable
int[] attrib_list)
CreateStreamProducerSurfaceKHRCopyright LWJGL. All Rights Reserved. License terms.