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

gluDeleteQuadric Subroutine

Purpose

Destroys a quadrics object.

Library

OpenGL C bindings library: libGL.a

C Syntax

void gluDeleteQuadric(GLUquadricObj *State)

Description

The gluDeleteQuadric subroutine destroys the quadrics object and frees any memory used by that object. Once the gluDeleteQuadric subroutine has been called, the State parameter cannot be used again.

Parameters

State Specifies the quadrics object (created with the gluNewQuadric 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 gluNewQuadric subroutine.

OpenGL Overview.


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