[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]
OpenGL 1.2 for AIX: Reference Manual

gluDeleteQuadric Subroutine

Purpose

Destroys a quadrics object.

Library

OpenGL C bindings library: libGL.a

C Syntax

void gluDeleteQuadric(GLUquadric* quad)

Description

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

Parameters

quad 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.


[ Next Article | Previous Article | Book Contents | Library Home | Legal | Search ]