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

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

glListBase(3G)

Contents


NAME    [Toc]    [Back]

       glListBase - set the display-list base for glCallLists

SYNOPSIS    [Toc]    [Back]

       void glListBase(
               GLuint base );

PARAMETERS    [Toc]    [Back]

       Specifies  an integer offset that will be added to glCallLists()
 offsets to generate display-list names.  The  initial
 value is 0.

DESCRIPTION    [Toc]    [Back]

       glCallLists()  specifies an array of offsets. Display-list
       names are generated by adding base to each offset.   Names
       that  reference valid display lists are executed; the others
 are ignored.

ERRORS    [Toc]    [Back]

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

ASSOCIATED GETS    [Toc]    [Back]

       glGet() with argument GL_LIST_BASE

SEE ALSO    [Toc]    [Back]

      
      
       glCallLists(3)



                                                   glListBase(3G)
[ Back ]
 Similar pages
Name OS Title
glcalllist IRIX execute a display list
gllistparametersgix IRIX specify display list parameters
glCallList Tru64 execute a display list
glCallLists Tru64 execute a list of display lists
glEndList Tru64 create or replace a display list
slist IRIX display list of NetWare servers
glNewList Tru64 create or replace a display list
maketag IRIX numbers a routine in the display list
glnewlist IRIX create or replace a display list
glcalllists IRIX execute a list of display lists
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service