gluDeleteQuadric
NAME
gluDeleteQuadric -- destroy a quadrics object
C SPECIFICATION
void gluDeleteQuadric(GLUquadricObj *state)
PARAMETERS
- state
-
Specifies the quadrics object to be destroyed (created with
gluNewQuadric).
DESCRIPTION
gluDeleteQuadric destroys the quadrics object and frees any memory used
by it. Once gluDeleteQuadric has been called, state cannot be
used again.
SEE ALSO
gluNewQuadric
back to the OpenGL index page
© 1995 Uwe Behrens All rights reserved