redhat man page for glislist

Query: glislist

OS: redhat

Section: 3g

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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(3G), glCallLists(3G), glDeleteLists(3G), glGenLists(3G), glNewList(3G) GLISLIST(3G)
Related Man Pages
glnewlist(3g) - mojave
gldeletelists(3g) - redhat
glnewlist(3g) - redhat
glendlist(3g) - suse
glcalllist(3g) - osx
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
How to capture ^x,^y via bash script?
Create an unconfigured VMware host from a template that is set to do firstboot --reconfig
Retrieving previous command in a script
About TODO