glCreateVertexArrays

glCreateVertexArrays: man4/glCreateVertexArrays.xml

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

@OpenGL_Version(OGLIntroducedIn.V4P5)
@OpenGL_Extension("GL_ARB_direct_state_access")
fn_glCreateVertexArrays glCreateVertexArrays;

See Also

glBindVertexArray, glDeleteVertexArrays glEnableVertexAttribArray glGenVertexArrays, glIsVertexArray, glVertexAttribPointer

Meta