Share via


gluDeleteTess

The gluDeleteTess function destroys a tessellation object.

void gluDeleteTess(
  GLUtesselator *tess);

Parameters

  • tess
    The tessellation object to destroy (created with gluNewTess).

Remarks

The gluDeleteTess function destroys the indicated tessellation object and frees any memory that it used.

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

gluNewTess, gluTessBeginPolygon, gluTessCallback