Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

gluNewTess(3gl)


GLUNEWTESS

GLUNEWTESS

NAME
C SPECIFICATION
DESCRIPTION
SEE ALSO

NAME

gluNewTess − create a tessellation object

C SPECIFICATION

GLUtesselator* gluNewTess( void )

Image /web_man_pages/man_unzipped/en/centos/5/5.31.png

DESCRIPTION

gluNewTess creates and returns a pointer to a new tessellation object. This object must be referred to when calling tessellation functions. A return value of 0 means that there is not enough memory to allocate the object.

SEE ALSO

gluTessBeginPolygon(3G), gluDeleteTess(3G), gluTessCallback(3G)



gluNewTess(3gl)