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