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 java.lang.Object

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

    • glXJoinSwapGroupNV

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

      public static boolean glXBindSwapBarrierNV(long display, int group, 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

      public static boolean glXQuerySwapGroupNV(long display, long drawable, IntBuffer group, 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

      public static boolean glXQueryMaxSwapGroupsNV(long display, int screen, IntBuffer maxGroups, 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

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

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

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

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

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