Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glcdeleteglobjects(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



glcDeleteGLObjects(3G)    OpenGL Character Renderer     glcDeleteGLObjects(3G)



NAME
     glcDeleteGLObjects - delete all GL objects that a GLC context owns


C SPECIFICATION
     void glcDeleteGLObjects( void )


DESCRIPTION
     When you call glcDeleteGLObjects, GLC issues a sequence of GL commands to
     delete all GL objects that GLC owns.

     GLC uses the command glDeleteLists to delete all the GL lists named in
     GLCLISTOBJECTLIST and uses the commmand glDeleteTexturesEXT to delete
     all the GL texture objects named in GLCTEXTUREOBJECTLIST. When an
     execution of glcDeleteGLObjects finishes, both lists are empty.

     Note that glcDeleteGLObjects deletes only the objects that the current
     context owns, not all objects in all contexts.

ERRORS
     GLCSTATEERROR is generated if the issuing thread has no current GLC
     context.

SEE ALSO
     glcGetListi





























                                                                        Page 1



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