gluDeleteTess

destroy a tessellation object

Signature

gluDeleteTess( GLUtesselator* ( tess ) )-> void
gluDeleteTess( tess )
gluDeleteTess( POINTER(GLUtesselator)(tess) ) -> None

Parameters

VariablesDescription
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