Tao.OpenGl SDK Documentation

Glu.gluDeleteTess Method 

Destroys a tessellation object.

[Visual Basic]
Public Shared Sub gluDeleteTess( _
   ByVal tess As GLUtesselator _
)
[C#]
public static void gluDeleteTess(
   GLUtesselator tess
);

Parameters

tess
The tessellation object to destroy (created with gluNewTess).

Remarks

gluDeleteTess destroys the indicated tessellation object (which was created with gluNewTess) and frees any memory that it used. Once gluDeleteTess has been called, tess cannot be used again.

See Also

Glu Class | Tao.OpenGl Namespace | gluBeginPolygon | gluNewTess | gluTessCallback