Extracted from Pike v7.3 release 16 at 2002-03-05.
pike.roxen.com
[Top]
GL

Method GL.glIsList()


Method glIsList

int GL.glIsList(int list)

Description

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

Parameter list

Specifies a potential display-list name.

Throws

GL_INVALID_OPERATION is generated if GL.glIsList is executed between the execution of GL.glBegin and the corresponding execution of GL.glEnd.