1GLUDELETETESS(3G) OpenGL Manual GLUDELETETESS(3G)
2
3
4
6 gluDeleteTess - destroy a tessellation object
7
9 void gluDeleteTess(GLUtesselator* tess);
10
12 tess
13 Specifies the tessellation object to destroy.
14
16 gluDeleteTess destroys the indicated tessellation object (which was
17 created with gluNewTess()) and frees any memory that it used.
18
20 gluBeginPolygon(), gluNewTess(), gluTessCallback()
21
23 Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
24 under the SGI Free Software B License. For details, see
25 http://oss.sgi.com/projects/FreeB/.
26
28 opengl.org
29
30
31
32opengl.org 07/13/2018 GLUDELETETESS(3G)