[ Previous | Next | Contents | Glossary | Home | Search ]
OpenGL 1.1 for AIX: Reference Manual

gluNewTess Subroutine

Purpose

Creates a tessellation object.

Library

OpenGL C bindings library: libGL.a

C Syntax

GLUtriangulatorObj* gluNewTess( void )

Description

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

Return Values

0 Indicates insufficient memory to allocate the object.

Files

/usr/include/GL/gl.h Contains C language constraints, variable type definitions, and ANSI function prototypes for OpenGL.

Related Information

The gluBeginPolygon subroutine, gluDeleteTess subroutine, gluTessCallback subroutine.

OpenGL Overview.


[ Previous | Next | Contents | Glossary | Home | Search ]