Package org.lwjgl.opengl
Class GLXEXTImportContext
java.lang.Object
org.lwjgl.opengl.GLXEXTImportContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionstatic voidglXFreeContextEXT(long display, long context) void glXFreeContextEXT(Display * display, GLXContext context)static longglXGetContextIDEXT(long context) GLXContextID glXGetContextIDEXT(GLXContext const context)static longDisplay * glXGetCurrentDisplayEXT(void)static longglXImportContextEXT(long display, long contextID) GLXContext glXImportContextEXT(Display * display, GLXContextID contextID)static intglXQueryContextInfoEXT(long display, long context, int attribute, int[] value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)static intglXQueryContextInfoEXT(long display, long context, int attribute, IntBuffer value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)static intnglXQueryContextInfoEXT(long display, long context, int attribute, long value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
-
Field Details
-
GLX_SHARE_CONTEXT_EXT
public static final int GLX_SHARE_CONTEXT_EXT- See Also:
-
GLX_VISUAL_ID_EXT
public static final int GLX_VISUAL_ID_EXT- See Also:
-
GLX_SCREEN_EXT
public static final int GLX_SCREEN_EXT- See Also:
-
-
Method Details
-
glXGetCurrentDisplayEXT
public static long glXGetCurrentDisplayEXT()Display * glXGetCurrentDisplayEXT(void) -
nglXQueryContextInfoEXT
public static int nglXQueryContextInfoEXT(long display, long context, int attribute, long value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value) -
glXQueryContextInfoEXT
public static int glXQueryContextInfoEXT(long display, long context, int attribute, IntBuffer value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value) -
glXGetContextIDEXT
public static long glXGetContextIDEXT(long context) GLXContextID glXGetContextIDEXT(GLXContext const context) -
glXImportContextEXT
public static long glXImportContextEXT(long display, long contextID) GLXContext glXImportContextEXT(Display * display, GLXContextID contextID) -
glXFreeContextEXT
public static void glXFreeContextEXT(long display, long context) void glXFreeContextEXT(Display * display, GLXContext context) -
glXQueryContextInfoEXT
public static int glXQueryContextInfoEXT(long display, long context, int attribute, int[] value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
-