gluDeleteTess function

The gluDeleteTess function destroys a tessellation object.

Syntax

void WINAPI gluDeleteTess(
   GLUtesselator *tess
);

Parameters

tess

The tessellation object to destroy (created with gluNewTess).

Return value

This function does not return a value.

Remarks

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

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Glu.h
Library
Glu32.lib
DLL
Glu32.dll

See also

gluNewTess

gluTessBeginPolygon

gluTessCallback