Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GLUDELETEQUADRIC()					      GLUDELETEQUADRIC()

NAME
     gluDeleteQuadric - destroy a quadrics object

C SPECIFICATION
     void gluDeleteQuadric( GLUquadric* quad )

     delim $$

PARAMETERS
     quad  Specifies the quadrics object to be destroyed.

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

SEE ALSO
     gluNewQuadric

							      GLUDELETEQUADRIC()

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=gluDeleteQuadric&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help