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

NAME

6       glXFreeContextEXT - free client-side memory for imported context
7

C SPECIFICATION

9       void glXFreeContextEXT(Display * dpy, GLXContext ctx);
10

PARAMETERS

12       dpy
13           Specifies the connection to the X server.
14
15       ctx
16           Specifies a GLX rendering context.
17

DESCRIPTION

19       glXFreeContextEXT frees the client-side part of a GLXContext that was
20       created with glXImportContextEXT().  glXFreeContextEXT does not free
21       the server-side context information or the XID associated with the
22       server-side context.
23
24       glXFreeContextEXT is part of the GLX_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(), the extension is
27       supported.
28

ERRORS

30       GLXBadContext is generated if ctx does not refer to a valid context.
31

SEE ALSO

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

AUTHORS

42       opengl.org
43
44
45
46opengl.org                        07/13/2018             GLXFREECONTEXTEXT(3G)
Impressum