Destroys a tessellation object.
OpenGL C bindings library: libGL.a
void gluDeleteTess(GLUtriangulatorObj *tobj)
The gluDeleteTess subroutine destroys the tessellation object and frees any memory used by that object. Once this subroutine has been called, the value previously defined for the tobj parameter cannot be used again.
tobj | Specifies the tessellation object (created with the gluNewTess subroutine) to be destroyed. |
/usr/include/GL/gl.h | Contains C language constraints, variable type definitions, and ANSI function prototypes for OpenGL. |
The gluBeginPolygon subroutine, gluNewTess subroutine, gluTessCallback subroutine.