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 GLX_EXT_import_context extension, not
22       part of the core GLX command set. If GLX_EXT_import_context is included
23       in the string returned by glXQueryExtensionsString(), the extension is
24       supported.
25

ERRORS

27       None is returned if ctx is NULL. Otherwise, if ctx does not refer to a
28       valid context, undefined behavior results.
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                        07/13/2018            GLXGETCONTEXTIDEXT(3G)
Impressum