Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glxfreecontextext(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



glXFreeContextEXT(3G)       OpenGL Reference - GLX       glXFreeContextEXT(3G)



NAME
     glXFreeContextEXT - frees the client-side portion of a context


C SPECIFICATION
     void glXFreeContextEXT( Display *dpy,
                             GLXContext gc )


PARAMETERS
     dpy  Specifies the connection to the X server.

     gc   Specifies the GLX rendering context.


DESCRIPTION
     glXFreeContextEXT frees the client-side portion of gc. It does not free
     the server-side context information or the XID associated with the
     server-side context.

     Use glXFreeContextEXT to free client-side storage created by
     glXImportContext. Use glXDestroyContext to free a context that was
     created by calling glXCreateContext.


NOTES
     glXFreeContextEXT is part of the EXTimportcontext extension.



SEE ALSO
     glXCreateContext,glXImportContextEXT,glXDestroyContext























                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026