Class GLXSGIXSwapBarrier

java.lang.Object
org.lwjgl.opengl.GLXSGIXSwapBarrier

public class GLXSGIXSwapBarrier extends Object
  • Method Details

    • glXBindSwapBarrierSGIX

      public static void glXBindSwapBarrierSGIX(long display, long drawable, int barrier)
      void glXBindSwapBarrierSGIX(Display * display, GLXDrawable drawable, int barrier)
    • nglXQueryMaxSwapBarriersSGIX

      public static int nglXQueryMaxSwapBarriersSGIX(long display, int screen, long max)
      Bool glXQueryMaxSwapBarriersSGIX(Display * display, int screen, int * max)
    • glXQueryMaxSwapBarriersSGIX

      public static boolean glXQueryMaxSwapBarriersSGIX(long display, int screen, IntBuffer max)
      Bool glXQueryMaxSwapBarriersSGIX(Display * display, int screen, int * max)
    • glXQueryMaxSwapBarriersSGIX

      public static boolean glXQueryMaxSwapBarriersSGIX(long display, int screen, int[] max)
      Bool glXQueryMaxSwapBarriersSGIX(Display * display, int screen, int * max)