glCreateTransformFeedbacks

create transform feedback objects

Signature

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

Parameters

VariablesDescription
n
Number of transform feedback objects to create.
ids
Specifies an array in which names of the new transform feedback objects are stored.

Description

glCreateTransformFeedbacks returns n previously unused transform feedback object names in ids , each representing a new transform feedback object initialized to the default state.

Errors

GL_INVALID_VALUE is generated if n is negative.

Version Support

glCreateTransformFeedbacks

See Also

Copyright

Copyright
2014 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. .