gluDeleteTess

Nom

gluDeleteTess - destroy a tessellation object.

Prototype

void gluDeleteTess (GLUtesselator* tess);

Paramètre

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.

Voir aussi

gluBeginPolygon, gluNewTess, gluTessCallback,