gluNewTess

The gluNewTess function creates a tessellation object.

GLUtesselator* gluNewTess(
  void  
);
 

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.

QuickInfo

  Windows NT: Use version 3.5 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in glu.h.
  Import Library: Link with glu32.lib.

See Also

gluDeleteTess, gluTessBeginPolygon, gluTessCallback