public class NVStreamSync
extends java.lang.Object
This extension defines a new type of reusable sync object. This sync object will be signaled each time a new image frame becomes available in an EGLStream for the consumer to consume.
Requires EGL 1.2, KHR_stream and KHR_reusable_sync.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_SYNC_NEW_FRAME_NV |
static int |
EGL_SYNC_TYPE_KHR |
| Modifier and Type | Method and Description |
|---|---|
static long |
eglCreateStreamSyncNV(long dpy,
long stream,
int type,
int[] attrib_list)
Array version of:
CreateStreamSyncNV |
static long |
eglCreateStreamSyncNV(long dpy,
long stream,
int type,
java.nio.IntBuffer attrib_list) |
static long |
neglCreateStreamSyncNV(long dpy,
long stream,
int type,
long attrib_list) |
public static final int EGL_SYNC_TYPE_KHR
public static final int EGL_SYNC_NEW_FRAME_NV
public static long neglCreateStreamSyncNV(long dpy,
long stream,
int type,
long attrib_list)
public static long eglCreateStreamSyncNV(long dpy,
long stream,
int type,
java.nio.IntBuffer attrib_list)
public static long eglCreateStreamSyncNV(long dpy,
long stream,
int type,
int[] attrib_list)
CreateStreamSyncNVCopyright LWJGL. All Rights Reserved. License terms.