Share via


gluDeleteQuadric

The gluDeleteQuadric function destroys a quadric object.

void gluDeleteQuadric(
  GLUquadricObj *state);

Parameters

  • state
    The quadric object to be destroyed (created with gluNewQuadric).

Remarks

The gluDeleteQuadric function destroys the quadric object and frees any memory that it used. After you have called gluDeleteQuadric, you cannot use state again.

Requirements

**  Windows NT/2000:** Requires Windows NT 3.5 or later.
**  Windows 95/98:** Requires Windows 95 or later. Available as a redistributable for Windows 95.
**  Header:** Declared in Glu.h.
**  Library:** Use Glu32.lib.

See Also

gluNewQuadric