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

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

Contents


glGenLists(3G)		       OpenGL Reference			glGenLists(3G)


NAME    [Toc]    [Back]

     glGenLists	- generate a contiguous	set of empty display lists

C SPECIFICATION    [Toc]    [Back]

     GLuint glGenLists(	GLsizei	range )

PARAMETERS    [Toc]    [Back]

     range  Specifies the number of contiguous empty display lists to be
	    generated.

DESCRIPTION    [Toc]    [Back]

     glGenLists	has one	argument, range.  It returns an	integer	n such that
     range contiguous empty display lists, named n, n+1, ..., n+range -1, are
     created.  If range	is 0, if there is no group of range contiguous names
     available,	or if any error	is generated, no display lists are generated,
     and 0 is returned.

ERRORS    [Toc]    [Back]

     GL_INVALID_VALUE is generated if range is negative.

     GL_INVALID_OPERATION is generated if glGenLists is	executed between the
     execution of glBegin and the corresponding	execution of glEnd.

ASSOCIATED GETS    [Toc]    [Back]

     glIsList

SEE ALSO    [Toc]    [Back]

      
      
     glCallList, glCallLists, glDeleteLists, glNewList


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
glDeleteLists Tru64 delete a contiguous group of display lists
gldeletelists IRIX delete a contiguous group of display lists
glcalllists IRIX execute a list of display lists
glCallLists Tru64 execute a list of display lists
glXUseXFont Tru64 create bitmap display lists from an X font
glxusexfont IRIX create bitmap display lists from an X font
rmdir Linux remove empty directories
finish IRIX blocks until the Geometry Pipeline is empty
gss_create_empty_oid_set HP-UX create a new, empty OID set, to which members can be added
VkPrefEmpty IRIX Empty place holder for preference package (decorative)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service