Sponsor:

Your company here, and a link to your site. Click to find out more.

gluDeleteTess.3G - Man Page

destroy a tessellation object

C Specification

void gluDeleteTess( GLUtesselator* tess )

Parameters

tess

Specifies the tessellation object to destroy.

Description

gluDeleteTess destroys the indicated tessellation object (which was created with gluNewTess) and frees any memory that it used.

See Also

gluBeginPolygon(3G), gluNewTess(3G), gluTessCallback(3G)

Referenced By

gluNewTess.3G(3).