glCreateVertexArrays.3G - Man Page

create vertex array objects

C Specification

void glCreateVertexArrays(GLsizei n, GLuint *arrays);

Parameters

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

OpenGL Version
Function / Feature Name2.02.13.03.13.23.34.04.14.24.34.44.5
glCreateVertexArrays-----------

See Also

glBindVertexArray(), glDeleteVertexArrays() glEnableVertexAttribArray() glGenVertexArrays(), glIsVertexArray(), glVertexAttribPointer()

Info

01/24/2024