Overview Function List GLOD Web Site

NAME

glodDeleteGroup - delete an adaptation group

C SPECIFICATION

void glodDeleteGroup(GLuint name)

PARAMETERS

name
The name of the group to be deleted

DESCRIPTION

This call deletes a group, and all of its members. If an object in this group is the only instance of the object remaining in GLOD, its memory is freed.

ERRORS

GLOD_INVALID_NAME is generated if a group of this name does not exist in the system.

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