gluDeleteQuadric function
The gluDeleteQuadric function destroys a quadric object.
Syntax
void WINAPI gluDeleteQuadric(
GLUquadricObj *state
);
Parameters
-
state
-
The quadric object to be destroyed (created with gluNewQuadric).
Return value
This function does not return a value.
Remarks
The gluDeleteQuadric function destroys the quadric object and frees any memory that it used. After you have called gluDeleteQuadric, you cannot use state again.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
Library |
|
DLL |
|