gluDeleteQuadric  KQ__K6

[New - Windows 95, OEM Service Release 2]

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.

See Also