gluNewTess function

The gluNewTess function creates a tessellation object.

Syntax

GLUtesselator* WINAPI gluNewTess(void);

Parameters

This function has no parameters.

Remarks

The gluNewTess function creates and returns a pointer to a new tessellation object. Refer to this object when calling tessellation functions. A return value of zero means there is not enough memory to allocate to the object.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Glu.h
Library
Glu32.lib
DLL
Glu32.dll

See also

gluDeleteTess

gluTessBeginPolygon

gluTessCallback