Class NVSync

java.lang.Object
org.lwjgl.egl.NVSync

public class NVSync extends Object
  • Field Details

  • Method Details

    • neglCreateFenceSyncNV

      public static long neglCreateFenceSyncNV(long dpy, int condition, long attrib_list)
      EGLSyncNV eglCreateFenceSyncNV(EGLDisplay dpy, EGLenum condition, EGLint const * attrib_list)
    • eglCreateFenceSyncNV

      @NativeType("EGLSyncNV") public static long eglCreateFenceSyncNV(@NativeType("EGLDisplay") long dpy, @NativeType("EGLenum") int condition, @NativeType("EGLint const *") IntBuffer attrib_list)
      EGLSyncNV eglCreateFenceSyncNV(EGLDisplay dpy, EGLenum condition, EGLint const * attrib_list)
    • eglDestroySyncNV

      @NativeType("EGLBoolean") public static boolean eglDestroySyncNV(@NativeType("EGLSyncNV") long sync)
      EGLBoolean eglDestroySyncNV(EGLSyncNV sync)
    • eglFenceNV

      @NativeType("EGLBoolean") public static boolean eglFenceNV(@NativeType("EGLSyncNV") long sync)
      EGLBoolean eglFenceNV(EGLSyncNV sync)
    • eglClientWaitSyncNV

      @NativeType("EGLint") public static int eglClientWaitSyncNV(@NativeType("EGLSyncNV") long sync, @NativeType("EGLint") int flags, @NativeType("EGLTimeNV") long timeout)
      EGLint eglClientWaitSyncNV(EGLSyncNV sync, EGLint flags, EGLTimeNV timeout)
    • eglSignalSyncNV

      @NativeType("EGLBoolean") public static boolean eglSignalSyncNV(@NativeType("EGLSyncNV") long sync, @NativeType("EGLenum") int mode)
      EGLBoolean eglSignalSyncNV(EGLSyncNV sync, EGLenum mode)
    • neglGetSyncAttribNV

      public static int neglGetSyncAttribNV(long sync, int attribute, long value)
      EGLBoolean eglGetSyncAttribNV(EGLSyncNV sync, EGLint attribute, EGLint * value)
    • eglGetSyncAttribNV

      @NativeType("EGLBoolean") public static boolean eglGetSyncAttribNV(@NativeType("EGLSyncNV") long sync, @NativeType("EGLint") int attribute, @NativeType("EGLint *") IntBuffer value)
      EGLBoolean eglGetSyncAttribNV(EGLSyncNV sync, EGLint attribute, EGLint * value)
    • eglCreateFenceSyncNV

      @NativeType("EGLSyncNV") public static long eglCreateFenceSyncNV(@NativeType("EGLDisplay") long dpy, @NativeType("EGLenum") int condition, @NativeType("EGLint const *") int[] attrib_list)
      EGLSyncNV eglCreateFenceSyncNV(EGLDisplay dpy, EGLenum condition, EGLint const * attrib_list)
    • eglGetSyncAttribNV

      @NativeType("EGLBoolean") public static boolean eglGetSyncAttribNV(@NativeType("EGLSyncNV") long sync, @NativeType("EGLint") int attribute, @NativeType("EGLint *") int[] value)
      EGLBoolean eglGetSyncAttribNV(EGLSyncNV sync, EGLint attribute, EGLint * value)