*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> glDeleteLists (3)              
Title
Content
Arch
Section
 

glDeleteLists(3G)

Contents


NAME    [Toc]    [Back]

       glDeleteLists - delete a contiguous group of display lists

SYNOPSIS    [Toc]    [Back]

       void glDeleteLists(
               GLuint list,
               GLsizei range );

PARAMETERS    [Toc]    [Back]

       Specifies the integer name of the first  display  list  to
       delete.   Specifies the number of display lists to delete.

DESCRIPTION    [Toc]    [Back]

       glDeleteLists() causes a contiguous group of display lists
       to be deleted.  list is the name of the first display list
       to be deleted, and range is the number of display lists to
       delete.  All display lists d with list<= d <= list + range
       - 1 are deleted.

       All storage locations allocated to the  specified  display
       lists  are freed, and the names are available for reuse at
       a later time. Names within the range that do not  have  an
       associated  display list are ignored. If range is 0, nothing
 happens.

ERRORS    [Toc]    [Back]

       GL_INVALID_VALUE is generated if range is negative.

       GL_INVALID_OPERATION is generated  if  glDeleteLists()  is
       executed between the execution of glBegin() and the corresponding
 execution of glEnd().

SEE ALSO    [Toc]    [Back]

      
      
       glCallList(3), glCallLists(3), glGenLists(3), glIsList(3),
       glNewList



                                                glDeleteLists(3G)
[ Back ]
 Similar pages
Name OS Title
glGenLists Tru64 generate a contiguous set of empty display lists
glgenlists IRIX generate a contiguous set of empty display lists
chacl HP-UX add, modify, delete, copy, or summarize access control lists (ACLs) of files
groupdel Linux Delete a group
rmgroup OpenBSD delete a Unix group
groupdel HP-UX delete a group from the system
glCallLists Tru64 execute a list of display lists
glcalllists IRIX execute a list of display lists
glxusexfont IRIX create bitmap display lists from an X font
glXUseXFont Tru64 create bitmap display lists from an X font
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service