glIsTransformFeedback

determine if a name corresponds to a transform feedback object

Signature

glIsTransformFeedback( GLuint ( id ) )-> GLboolean
glIsTransformFeedback( id ) -> <class 'ctypes.c_ubyte'>

Parameters

VariablesDescription
id
Specifies a value that may be the name of a transform feedback object.