OpenGL C bindings library: libGL.a
void gluDeleteQuadric(GLUquadricObj *State)
The gluDeleteQuadric subroutine destroys the quadrics object and frees any memory used by that object. Once the gluDeleteQuadric subroutine has been called, the State parameter cannot be used again.
State | Specifies the quadrics object (created with the gluNewQuadric subroutine) to be destroyed. |
/usr/include/GL/gl.h | Contains C language constraints, variable type definitions, and ANSI function prototypes for OpenGL. |
The gluNewQuadric subroutine.