Package org.lwjgl.opengl
Class GLXEXTImportContext
java.lang.Object
org.lwjgl.opengl.GLXEXTImportContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
glXFreeContextEXT
(long display, long context) void glXFreeContextEXT(Display * display, GLXContext context)
static long
glXGetContextIDEXT
(long context) GLXContextID glXGetContextIDEXT(GLXContext const context)
static long
Display * glXGetCurrentDisplayEXT(void)
static long
glXImportContextEXT
(long display, long contextID) GLXContext glXImportContextEXT(Display * display, GLXContextID contextID)
static int
glXQueryContextInfoEXT
(long display, long context, int attribute, int[] value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
static int
glXQueryContextInfoEXT
(long display, long context, int attribute, IntBuffer value) int glXQueryContextInfoEXT(Display * display, GLXContext context, int attribute, int * value)
static int
nglXQueryContextInfoEXT
(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)
-