glislist(3g) mojave man page | unix.com

Man Page: glislist

Operating Environment: mojave

Section: 3g

GLISLIST(3G)															      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 GL_TRUE if list is the name of a display list and returns GL_FALSE otherwise.
ERRORS
GL_INVALID_OPERATION is generated if glIsList is executed between the execution of glBegin and the corresponding execution of glEnd.
SEE ALSO
glCallList, glCallLists, glDeleteLists, glGenLists, glNewList GLISLIST(3G)
Related Man Pages
glnewlist(3g) - mojave
glcalllist(3g) - redhat
gldeletelists(3g) - redhat
glendlist(3g) - redhat
glcalllist(3g) - osx
Similar Topics in the Unix Linux Community
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.