1GLISLIST(3G) GLISLIST(3G)
2
3
4
6 glIsList - determine if a name corresponds to a display-list
7
8
10 GLboolean glIsList( GLuint list )
11
12
14 list Specifies a potential display-list name.
15
17 glIsList returns GL_TRUE if list is the name of a display list and
18 returns GL_FALSE otherwise.
19
21 GL_INVALID_OPERATION is generated if glIsList is executed between the
22 execution of glBegin and the corresponding execution of glEnd.
23
25 glCallList(3G), glCallLists(3G), glDeleteLists(3G), glGenLists(3G),
26 glNewList(3G)
27
28
29
30 GLISLIST(3G)