Overview Function List GLOD Web Site

NAME

glodDeleteObject - Deletes an object, removing it from its group.

C SPECIFICATION

void glodDeleteObject(GLuint name)

PARAMETERS

name
The name of the object to delete

DESCRIPTION

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.

ERRORS

GLOD_INVALID_NAME is generated if an object of this name does not exist

Last modified: 06/10/04 06:32:21 PM