1GLISLIST(3G)                                                      GLISLIST(3G)
2
3
4

NAME

6       glIsList - determine if a name corresponds to a display-list
7
8

C SPECIFICATION

10       GLboolean glIsList( GLuint list )
11
12

PARAMETERS

14       list  Specifies a potential display-list name.
15

DESCRIPTION

17       glIsList  returns  GL_TRUE  if  list  is the name of a display list and
18       returns GL_FALSE otherwise.
19

ERRORS

21       GL_INVALID_OPERATION is generated if glIsList is executed  between  the
22       execution of glBegin and the corresponding execution of glEnd.
23

SEE ALSO

25       glCallList(3G),   glCallLists(3G),  glDeleteLists(3G),  glGenLists(3G),
26       glNewList(3G)
27
28
29
30                                                                  GLISLIST(3G)
Impressum