Table of Contents
gluDeleteTess - destroy a tessellation object 
 
void
gluDeleteTess( GLUtesselator* tess ) 
 eqn not supported
- tess 
- Specifies the tessellation object to destroy.
gluDeleteTess destroys the indicated tessellation object (which
was created with gluNewTess) and frees any memory that it used. 
gluBeginPolygon(3G)
,
gluNewTess(3G)
, gluTessCallback(3G) 
Table of Contents