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

gluDeleteTess Subroutine

Purpose

Destroys a tessellation object.

Library

OpenGL C bindings library: libGL.a

C Syntax

void gluDeleteTess(GLUtriangulatorObj *tobj)

Description

The gluDeleteTess subroutine destroys the tessellation object and frees any memory used by that object. Once this subroutine has been called, the value previously defined for the tobj parameter cannot be used again.

Parameters

tobj Specifies the tessellation object (created with the gluNewTess subroutine) to be destroyed.

Files

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

Related Information

The gluBeginPolygon subroutine, gluNewTess subroutine, gluTessCallback subroutine.

OpenGL Overview.


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