glGenTransformFeedbacks

reserve transform feedback object names

Signature

glGenTransformFeedbacks( GLsizei ( n ) , GLuint *( ids ) )-> void
glGenTransformFeedbacks( n , ids )

Parameters

VariablesDescription
n
Specifies the number of transform feedback object names to reserve.
ids
Specifies an array of into which the reserved names will be written.