table of contents
GLUDELETETESS(3G) | OpenGL Manual | GLUDELETETESS(3G) |
NAME¶
gluDeleteTess - destroy a tessellation object
C SPECIFICATION¶
void gluDeleteTess(GLUtesselator* tess);
PARAMETERS¶
tess
Specifies the tessellation object to destroy.
DESCRIPTION¶
gluDeleteTess destroys the indicated tessellation object (which was created with gluNewTess()) and frees any memory that it used.
SEE ALSO¶
gluBeginPolygon(), gluNewTess(), gluTessCallback()
COPYRIGHT¶
Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.
AUTHORS¶
opengl.org
05/02/2014 | opengl.org |