1GLUNEWTESS(3G) GLUNEWTESS(3G)
23
4
NAME
6gluNewTess - create a tessellation object
78
C SPECIFICATION
10GLUtesselator* gluNewTess( void )
1112
DESCRIPTION
14gluNewTess creates and returns a pointer to a new tessellation object.
15This object must be referred to when calling tessellation functions. A
16return value of 0 means that there is not enough memory to allocate the
17object.
18
SEE ALSO
20gluTessBeginPolygon(3G), gluDeleteTess(3G), gluTessCallback(3G)
2122
23
24
25
GLUNEWTESS(3G)