glBindTransformFeedback

bind a transform feedback object

Signature

glBindTransformFeedback( GLenum ( target ) , GLuint ( id ) )-> void
glBindTransformFeedback( target , id )

Parameters

VariablesDescription
target
Specifies the target to which to bind the transform feedback object id . target must be GL_TRANSFORM_FEEDBACK .
id
Specifies the name of a transform feedback object reserved by glGenTransformFeedbacks .