gluDeleteTess

NAME

gluDeleteTess -- destroy a tessellation object

C SPECIFICATION

void gluDeleteTess(GLUtriangulatorObj *tobj)

PARAMETERS

tobj
Specifies the tessellation object to destroy (created with gluNewTess).

DESCRIPTION

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

SEE ALSO

gluBeginPolygon, gluNewTess, gluTessCallback


back to the OpenGL index page


© 1995 Uwe Behrens All rights reserved