Package org.lwjgl.egl
Class NVStreamSync
java.lang.Object
org.lwjgl.egl.NVStreamSync
Native bindings to the NV_stream_sync extension.
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
.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
eglCreateStreamSyncNV
(long dpy, long stream, int type, int[] attrib_list) Array version of:CreateStreamSyncNV
static long
eglCreateStreamSyncNV
(long dpy, long stream, int type, IntBuffer attrib_list) static long
neglCreateStreamSyncNV
(long dpy, long stream, int type, long attrib_list)
-
Field Details
-
EGL_SYNC_TYPE_KHR
public static final int EGL_SYNC_TYPE_KHR- See Also:
-
EGL_SYNC_NEW_FRAME_NV
public static final int EGL_SYNC_NEW_FRAME_NV- See Also:
-
-
Method Details
-
neglCreateStreamSyncNV
public static long neglCreateStreamSyncNV(long dpy, long stream, int type, long attrib_list) -
eglCreateStreamSyncNV
-
eglCreateStreamSyncNV
public static long eglCreateStreamSyncNV(long dpy, long stream, int type, int[] attrib_list) Array version of:CreateStreamSyncNV
-