Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glxdestroyglxvideosourcesgix() — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



glXDestroyGLXVideoSourceSGIX(3G)                        OpenGL Reference - GLX



NAME
     glXDestroyGLXVideoSourceSGIX - destroy a GLX video source


C SPECIFICATION
     void glXDestroyGLXVideoSourceSGIX( Display *dpy,
                                        GLXVideoSourceSGIX videosource )


PARAMETERS
     dpy          The connection to the X server on which the GLX video source
                  was created.

     videosource  The GLX video source to be destroyed.

DESCRIPTION
     If the GLX video source videosource is not current to any client,
     glXDestroyGLXVideoSourceSGIX destroys it immediately.  Otherwise,
     videosource is destroyed when it becomes not current to any client.  In
     either case, the resource ID is freed immediately.

NOTES
     glXDestroyGLXVideoSourceSGIX is part of the SGIXvideosource extension.
     See glXintro for more information about GLX extensions.

ERRORS
     GLXBadDrawable is generated if videosource is not a valid GLX video
     source.


SEE ALSO
     glXCreateGLXVideoSourceSGIX, glXMakeCurrentReadSGI























                                                                        Page 1



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