table of contents
GLUDELETENURBSRENDER(3G) | OpenGL Manual | GLUDELETENURBSRENDER(3G) |
NAME¶
gluDeleteNurbsRenderer - destroy a NURBS object
C SPECIFICATION¶
void gluDeleteNurbsRenderer(GLUnurbs* nurb);
PARAMETERS¶
nurb
Specifies the NURBS object to be destroyed.
DESCRIPTION¶
gluDeleteNurbsRenderer destroys the NURBS object (which was created with gluNewNurbsRenderer()) and frees any memory it uses. Once gluDeleteNurbsRenderer has been called, nurb cannot be used again.
SEE ALSO¶
gluNewNurbsRenderer()
COPYRIGHT¶
Copyright © 1991-2006 Silicon Graphics, Inc. This document is licensed under the SGI Free Software B License. For details, see http://oss.sgi.com/projects/FreeB/.
AUTHORS¶
opengl.org
04/12/2021 | opengl.org |