1GLUDELETEQUADRIC(3G)             OpenGL Manual            GLUDELETEQUADRIC(3G)
2
3
4

NAME

6       gluDeleteQuadric - destroy a quadrics object
7

C SPECIFICATION

9       void gluDeleteQuadric(GLUquadric* quad);
10

PARAMETERS

12       quad
13           Specifies the quadrics object to be destroyed.
14

DESCRIPTION

16       gluDeleteQuadric destroys the quadrics object (created with
17       gluNewQuadric()) and frees any memory it uses. Once gluDeleteQuadric
18       has been called, quad cannot be used again.
19

SEE ALSO

21       gluNewQuadric()
22
24       Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed
25       under the SGI Free Software B License. For details, see
26       http://oss.sgi.com/projects/FreeB/.
27

AUTHORS

29       opengl.org
30
31
32
33opengl.org                        07/13/2018              GLUDELETEQUADRIC(3G)
Impressum