Package org.lwjgl.opengl
Class GLXSGIXSwapBarrier
java.lang.Object
org.lwjgl.opengl.GLXSGIXSwapBarrier
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glXBindSwapBarrierSGIX
(long display, long drawable, int barrier) void glXBindSwapBarrierSGIX(Display * display, GLXDrawable drawable, int barrier)
static boolean
glXQueryMaxSwapBarriersSGIX
(long display, int screen, int[] max) Bool glXQueryMaxSwapBarriersSGIX(Display * display, int screen, int * max)
static boolean
glXQueryMaxSwapBarriersSGIX
(long display, int screen, IntBuffer max) Bool glXQueryMaxSwapBarriersSGIX(Display * display, int screen, int * max)
static int
nglXQueryMaxSwapBarriersSGIX
(long display, int screen, long max) Bool glXQueryMaxSwapBarriersSGIX(Display * display, int screen, int * max)
-
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
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)
-