glCreateVertexArrays

create vertex array objects

Signature

glCreateVertexArrays( GLsizei ( n ) , GLuint *( arrays ) )-> void
glCreateVertexArrays( n , arrays )

Parameters

VariablesDescription
n
Number of vertex array objects to create.
arrays
Specifies an array in which names of the new vertex array objects are stored.

Description

glCreateVertexArrays returns n previously unused vertex array object names in arrays , each representing a new vertex array object initialized to the default state.

Errors

GL_INVALID_VALUE is generated if n is negative.

Version Support

glCreateVertexArrays

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. .