glBeginTransformFeedback

start transform feedback operation

Signature

glBeginTransformFeedback( GLenum ( primitiveMode ) )-> void
glBeginTransformFeedback( primitiveMode )
glEndTransformFeedback( void )-> void
glEndTransformFeedback( )

Parameters

VariablesDescription
primitiveMode
Specify the output type of the primitives that will be recorded into the buffer objects that are bound for transform feedback.