Class GLXNVSwapGroup

java.lang.Object
org.lwjgl.opengl.GLXNVSwapGroup

public class GLXNVSwapGroup extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    glXBindSwapBarrierNV(long display, int group, int barrier)
    Bool glXBindSwapBarrierNV(Display * display, GLuint group, GLuint barrier)
    static boolean
    glXJoinSwapGroupNV(long display, long drawable, int group)
    Bool glXJoinSwapGroupNV(Display * display, GLXDrawable drawable, GLuint group)
    static boolean
    glXQueryFrameCountNV(long display, int screen, int[] count)
    Bool glXQueryFrameCountNV(Display * display, int screen, GLuint * count)
    static boolean
    glXQueryFrameCountNV(long display, int screen, IntBuffer count)
    Bool glXQueryFrameCountNV(Display * display, int screen, GLuint * count)
    static boolean
    glXQueryMaxSwapGroupsNV(long display, int screen, int[] maxGroups, int[] maxBarriers)
    Bool glXQueryMaxSwapGroupsNV(Display * display, int screen, GLuint * maxGroups, GLuint * maxBarriers)
    static boolean
    glXQueryMaxSwapGroupsNV(long display, int screen, IntBuffer maxGroups, IntBuffer maxBarriers)
    Bool glXQueryMaxSwapGroupsNV(Display * display, int screen, GLuint * maxGroups, GLuint * maxBarriers)
    static boolean
    glXQuerySwapGroupNV(long display, long drawable, int[] group, int[] barrier)
    Bool glXQuerySwapGroupNV(Display * display, GLXDrawable drawable, GLuint * group, GLuint * barrier)
    static boolean
    glXQuerySwapGroupNV(long display, long drawable, IntBuffer group, IntBuffer barrier)
    Bool glXQuerySwapGroupNV(Display * display, GLXDrawable drawable, GLuint * group, GLuint * barrier)
    static boolean
    glXResetFrameCountNV(long display, int screen)
    Bool glXResetFrameCountNV(Display * display, int screen)
    static int
    nglXQueryFrameCountNV(long display, int screen, long count)
    Bool glXQueryFrameCountNV(Display * display, int screen, GLuint * count)
    static int
    nglXQueryMaxSwapGroupsNV(long display, int screen, long maxGroups, long maxBarriers)
    Bool glXQueryMaxSwapGroupsNV(Display * display, int screen, GLuint * maxGroups, GLuint * maxBarriers)
    static int
    nglXQuerySwapGroupNV(long display, long drawable, long group, long barrier)
    Bool glXQuerySwapGroupNV(Display * display, GLXDrawable drawable, GLuint * group, GLuint * barrier)

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • glXJoinSwapGroupNV

      @NativeType("Bool") public static boolean glXJoinSwapGroupNV(@NativeType("Display *") long display, @NativeType("GLXDrawable") long drawable, @NativeType("GLuint") int group)
      Bool glXJoinSwapGroupNV(Display * display, GLXDrawable drawable, GLuint group)
    • glXBindSwapBarrierNV

      @NativeType("Bool") public static boolean glXBindSwapBarrierNV(@NativeType("Display *") long display, @NativeType("GLuint") int group, @NativeType("GLuint") int barrier)
      Bool glXBindSwapBarrierNV(Display * display, GLuint group, GLuint barrier)
    • nglXQuerySwapGroupNV

      public static int nglXQuerySwapGroupNV(long display, long drawable, long group, long barrier)
      Bool glXQuerySwapGroupNV(Display * display, GLXDrawable drawable, GLuint * group, GLuint * barrier)
    • glXQuerySwapGroupNV

      @NativeType("Bool") public static boolean glXQuerySwapGroupNV(@NativeType("Display *") long display, @NativeType("GLXDrawable") long drawable, @NativeType("GLuint *") IntBuffer group, @NativeType("GLuint *") IntBuffer barrier)
      Bool glXQuerySwapGroupNV(Display * display, GLXDrawable drawable, GLuint * group, GLuint * barrier)
    • nglXQueryMaxSwapGroupsNV

      public static int nglXQueryMaxSwapGroupsNV(long display, int screen, long maxGroups, long maxBarriers)
      Bool glXQueryMaxSwapGroupsNV(Display * display, int screen, GLuint * maxGroups, GLuint * maxBarriers)
    • glXQueryMaxSwapGroupsNV

      @NativeType("Bool") public static boolean glXQueryMaxSwapGroupsNV(@NativeType("Display *") long display, int screen, @NativeType("GLuint *") IntBuffer maxGroups, @NativeType("GLuint *") IntBuffer maxBarriers)
      Bool glXQueryMaxSwapGroupsNV(Display * display, int screen, GLuint * maxGroups, GLuint * maxBarriers)
    • nglXQueryFrameCountNV

      public static int nglXQueryFrameCountNV(long display, int screen, long count)
      Bool glXQueryFrameCountNV(Display * display, int screen, GLuint * count)
    • glXQueryFrameCountNV

      @NativeType("Bool") public static boolean glXQueryFrameCountNV(@NativeType("Display *") long display, int screen, @NativeType("GLuint *") IntBuffer count)
      Bool glXQueryFrameCountNV(Display * display, int screen, GLuint * count)
    • glXResetFrameCountNV

      @NativeType("Bool") public static boolean glXResetFrameCountNV(@NativeType("Display *") long display, int screen)
      Bool glXResetFrameCountNV(Display * display, int screen)
    • glXQuerySwapGroupNV

      @NativeType("Bool") public static boolean glXQuerySwapGroupNV(@NativeType("Display *") long display, @NativeType("GLXDrawable") long drawable, @NativeType("GLuint *") int[] group, @NativeType("GLuint *") int[] barrier)
      Bool glXQuerySwapGroupNV(Display * display, GLXDrawable drawable, GLuint * group, GLuint * barrier)
    • glXQueryMaxSwapGroupsNV

      @NativeType("Bool") public static boolean glXQueryMaxSwapGroupsNV(@NativeType("Display *") long display, int screen, @NativeType("GLuint *") int[] maxGroups, @NativeType("GLuint *") int[] maxBarriers)
      Bool glXQueryMaxSwapGroupsNV(Display * display, int screen, GLuint * maxGroups, GLuint * maxBarriers)
    • glXQueryFrameCountNV

      @NativeType("Bool") public static boolean glXQueryFrameCountNV(@NativeType("Display *") long display, int screen, @NativeType("GLuint *") int[] count)
      Bool glXQueryFrameCountNV(Display * display, int screen, GLuint * count)