1GLXGETCONTEXTIDEXT() GLXGETCONTEXTIDEXT()
2
3
4
6 glXGetContextIDEXT - get the XID for a context.
7
8
10 GLXContextID glXGetContextIDEXT( const GLXContext ctx )
11
12 delim $$
13
15 ctx Specifies a GLX rendering context.
16
17
19 glXGetContextIDEXT returns the XID associated with a GLXContext.
20
21 No round trip is forced to the server; unlike most X calls that return
22 a value, glXGetContextIDEXT does not flush any pending events.
23
24 glXGetContextIDEXT is part of the EXT_import_context extension, not
25 part of the core GLX command set. If GLX_EXT_import_context is included
26 in the string returned by glXQueryExtensionsString, when called with
27 argument GLX_EXTENSIONS, extension EXT_import_context is supported.
28
29
31 GLXBadContext is generated if ctx does not refer to a valid context.
32
33
35 glXCreateContext, glXQueryVersion, glXQueryExtensionsString
36
37
38
39 GLXGETCONTEXTIDEXT()