gluDeleteTess()
NAME
gluDeleteTess − destroy a tessellation object
SYNOPSIS
void gluDeleteTess(
GLUtesselator∗ tess );
PARAMETERS
tessSpecifies the tessellation object to destroy.
DESCRIPTION
gluDeleteTess() destroys the indicated tessellation object (which was created with gluNewTess()) and frees any memory that it used.