glodDeleteGroup - delete an adaptation group
void glodDeleteGroup(GLuint name)
- name
-
The name of the group to be deleted
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.
- GLOD_INVALID_NAME is generated if a group of this name does not exist in the system.
-