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
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(@NativeType("Display *") long display, @NativeType("GLXContext") long context, int attribute, @NativeType("int *") IntBuffer value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value) -
glXGetContextIDEXT
@NativeType("GLXContextID") public static long glXGetContextIDEXT(@NativeType("GLXContext const") long context) GLXContextID glXGetContextIDEXT(GLXContext const context) -
glXImportContextEXT
@NativeType("GLXContext") public static long glXImportContextEXT(@NativeType("Display *") long display, @NativeType("GLXContextID") long contextID) GLXContext glXImportContextEXT(Display * display, GLXContextID contextID) -
glXFreeContextEXT
public static void glXFreeContextEXT(@NativeType("Display *") long display, @NativeType("GLXContext") long context) void glXFreeContextEXT(Display * display, GLXContext context) -
glXQueryContextInfoEXT
public static int glXQueryContextInfoEXT(@NativeType("Display *") long display, @NativeType("GLXContext") long context, int attribute, @NativeType("int *") int[] value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
-