Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ glislist(3G) — IRIX 6.5.3f

Media Vault

Software Library

Restoration Projects

Artifacts Sought



glIsList(3G)                   OpenGL Reference                   glIsList(3G)



NAME
     glIsList - determine if a name corresponds to a display-list


C SPECIFICATION
     GLboolean glIsList( GLuint list )


PARAMETERS
     list  Specifies a potential display-list name.

DESCRIPTION
     glIsList returns GLTRUE if list is the name of a display list and
     returns GLFALSE otherwise.

ERRORS
     GLINVALIDOPERATION is generated if glIsList is executed between the
     execution of glBegin and the corresponding execution of glEnd.


SEE ALSO
     glCallList, glCallLists, glDeleteLists, glGenLists, glNewList

































                                                                        Page 1



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026