[Front] [Reference] [Imp. Guide] [Index]

glIsList
[Prev] [Next]

glIsList: determine if a name corresponds to a display-list.

C Specification | Parameters | Description | Errors | See Also

[Up] C Specification

GLboolean glIsList(
    GLuint	 list)

[Up] Parameters

list
Specifies a potential display-list name.

[Up] Description

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

[Up] Errors

[Up] See Also

glCallList,
glCallLists,
glDeleteLists,
glGenLists,
glNewList

[Prev] [Next]
Front Reference [Imp. Guide] Index