Package org.lwjgl.opengl
Class GLXSGIMakeCurrentRead
java.lang.Object
org.lwjgl.opengl.GLXSGIMakeCurrentRead
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
GLXDrawable glXGetCurrentReadDrawableSGI(void)
static boolean
glXMakeCurrentReadSGI
(long display, long draw, long read, long ctx) Bool glXMakeCurrentReadSGI(Display * display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
-
Method Details
-
glXMakeCurrentReadSGI
public static boolean glXMakeCurrentReadSGI(long display, long draw, long read, long ctx) Bool glXMakeCurrentReadSGI(Display * display, GLXDrawable draw, GLXDrawable read, GLXContext ctx)
-
glXGetCurrentReadDrawableSGI
public static long glXGetCurrentReadDrawableSGI()GLXDrawable glXGetCurrentReadDrawableSGI(void)
-