glIsVertexArray

determine if a name corresponds to a vertex array object

Signature

glIsVertexArray( GLuint ( array ) )-> GLboolean
glIsVertexArray( array ) -> <class 'ctypes.c_ubyte'>

Parameters

VariablesDescription
array
Specifies a value that may be the name of a vertex array object.