glCreateVertexArrays - create vertex array objects
Contents
C Specification
voidglCreateVertexArrays(GLsizein,GLuint*arrays);
Copyright
Copyright © 2014 Khronos Group
[FIXME: source] 11/18/2024 GLCREATEVERTEXARRAYS(3G)
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.
Name
glCreateVertexArrays - create vertex array objects
Parameters
n
Number of vertex array objects to create.
arrays
Specifies an array in which names of the new vertex array objects are stored.
See Also
glBindVertexArray(), glDeleteVertexArrays() glEnableVertexAttribArray() glGenVertexArrays(),
glIsVertexArray(), glVertexAttribPointer()
Version Support
┌──────────────────────┬───────────────────────────────────────────────────────────────────────┐
│ │ OpenGLVersion │
├──────────────────────┼─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┬─────┤
│ Function │ 2.0 │ 2.1 │ 3.0 │ 3.1 │ 3.2 │ 3.3 │ 4.0 │ 4.1 │ 4.2 │ 4.3 │ 4.4 │ 4.5 │
│ / │ │ │ │ │ │ │ │ │ │ │ │ │
│ Feature │ │ │ │ │ │ │ │ │ │ │ │ │
│ Name │ │ │ │ │ │ │ │ │ │ │ │ │
├──────────────────────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┼─────┤
│ glCreateVertexArrays │ - │ - │ - │ - │ - │ - │ - │ - │ - │ - │ - │ ✔ │
└──────────────────────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
