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.

QuickInfo

  Windows NT: Use version 3.5 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in glu.h.
  Import Library: Link with glu32.lib.

See Also

gluNewTess, gluTessBeginPolygon, gluTessCallback