Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |
|
| Library |
|
| DLL |
|