Package org.lwjgl.egl

Class NVStreamSync

java.lang.Object
org.lwjgl.egl.NVStreamSync

public class NVStreamSync extends 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 1.2, KHR_stream and KHR_reusable_sync.

  • Field Details

  • Method Details

    • neglCreateStreamSyncNV

      public static long neglCreateStreamSyncNV(long dpy, long stream, int type, long attrib_list)
    • eglCreateStreamSyncNV

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

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