1GLXFREECONTEXTEXT(3G) OpenGL Manual GLXFREECONTEXTEXT(3G)
2
3
4
6 glXFreeContextEXT - free client-side memory for imported context
7
9 void glXFreeContextEXT(Display * dpy, GLXContext ctx);
10
12 dpy
13 Specifies the connection to the X server.
14
15 ctx
16 Specifies a GLX rendering context.
17
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 EXT_import_context extension, not part
25 of the core GLX command set. If _glxextstring(EXT_import_context) is
26 included in the string returned by glXQueryExtensionsString(), when
27 called with argument GLX_EXTENSIONS, extension EXT_vertex_array is
28 supported.
29
31 GLXBadContext is generated if ctx does not refer to a valid context.
32
34 glXCreateContext(), glXQueryVersion(), glXQueryExtensionsString(),
35 glXImportContextEXT()
36
38 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
39 under the SGI Free Software B License. For details, see
40 http://oss.sgi.com/projects/FreeB/.
41
43 opengl.org
44
45
46
47opengl.org 06/10/2014 GLXFREECONTEXTEXT(3G)