mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
13 lines
491 B
Plaintext
13 lines
491 B
Plaintext
GLX_EXT_import_context
|
|
http://www.opengl.org/registry/specs/EXT/import_context.txt
|
|
GLX_EXT_import_context
|
|
|
|
GLX_SHARE_CONTEXT_EXT 0x800A
|
|
GLX_VISUAL_ID_EXT 0x800B
|
|
GLX_SCREEN_EXT 0x800C
|
|
void glXFreeContextEXT (Display* dpy, GLXContext context)
|
|
GLXContextID glXGetContextIDEXT (const GLXContext context)
|
|
GLXContext glXImportContextEXT (Display* dpy, GLXContextID contextID)
|
|
int glXQueryContextInfoEXT (Display* dpy, GLXContext context, int attribute,int *value)
|
|
typedef XID GLXContextID
|