gluDeleteTess
[New
- Windows 95, OEM Service Release 2]
The gluDeleteTess function destroys a
tessellation object.
void gluDeleteTess(
GLUtesselator * tess |
|
); |
|
Parameters
tess
The tessellation
object to destroy (created with gluNewTess).
Remarks
The gluDeleteTess function destroys the
indicated tessellation object and frees any memory that it used.
See Also