glodDeleteObject - Deletes an object, removing it from its group.
void glodDeleteObject(GLuint name)
PARAMETERS
- name
-
The name of the object to delete
This deletes a specified instance of an object. It
removes it from the group in which the instance belongs. If this
is the last remaining instance of the object in any group, then
the memory used by the object is freed. This call never deletes
the group in which the object belongs. This can be called at any
point in your code, even before building an object.