Package org.lwjgl.egl

Class NVStreamSync



  • public class NVStreamSync
    extends java.lang.Object
    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 L.1, KHR_stream and KHR_reusable_sync.

    • Method Detail

      • eglCreateStreamSyncNV

        public static long eglCreateStreamSyncNV(long dpy,
                                                 long stream,
                                                 int type,
                                                 java.nio.IntBuffer attrib_list)
      • eglCreateStreamSyncNV

        public static long eglCreateStreamSyncNV(long dpy,
                                                 long stream,
                                                 int type,
                                                 int[] attrib_list)
        Array version of: CreateStreamSyncNV