1GLXGETCONTEXTIDEXT(3G)           OpenGL Manual          GLXGETCONTEXTIDEXT(3G)
2
3
4

NAME

6       glXGetContextIDEXT - get the XID for a context.
7

C SPECIFICATION

9       GLXContextID glXGetContextIDEXT(const GLXContext ctx);
10

PARAMETERS

12       ctx
13           Specifies a GLX rendering context.
14

DESCRIPTION

16       glXGetContextIDEXT returns the XID associated with a GLXContext.
17
18       No round trip is forced to the server; unlike most X calls that return
19       a value, glXGetContextIDEXT does not flush any pending events.
20
21       glXGetContextIDEXT is part of the EXT_import_context extension, not
22       part of the core GLX command set. If _glxextstring(EXT_import_context)
23       is included in the string returned by glXQueryExtensionsString(), when
24       called with argument GLX_EXTENSIONS, extension EXT_import_context is
25       supported.
26

ERRORS

28       GLXBadContext is generated if ctx does not refer to a valid context.
29

SEE ALSO

31       glXCreateContext(), glXQueryVersion(), glXQueryExtensionsString()
32
34       Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
35       under the SGI Free Software B License. For details, see
36       http://oss.sgi.com/projects/FreeB/.
37

AUTHORS

39       opengl.org
40
41
42
43opengl.org                        06/10/2014            GLXGETCONTEXTIDEXT(3G)
Impressum