glIsSync

determine if a name corresponds to a sync object

Signature

glIsSync( GLsync ( sync ) )-> GLboolean
glIsSync( sync ) -> <class 'ctypes.c_ubyte'>

Parameters

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