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

  man pages->IRIX man pages -> OpenGL/gldeletelists (3)              
Title
Content
Arch
Section
 

Contents


glDeleteLists(3G)	       OpenGL Reference		     glDeleteLists(3G)


NAME    [Toc]    [Back]

     glDeleteLists - delete a contiguous group of display lists

C SPECIFICATION    [Toc]    [Back]

     void glDeleteLists( GLuint	list,
			 GLsizei range )

PARAMETERS    [Toc]    [Back]

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

     range  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, glCallLists, glGenLists, glIsList, glNewList


									PPPPaaaaggggeeee 1111
[ 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