glDeleteVertexArrays

delete vertex array objects

Signature

glDeleteVertexArrays( GLsizei ( n ) , const GLuint *( arrays ) )-> void
glDeleteVertexArrays( n , arrays )

Parameters

VariablesDescription
n
Specifies the number of vertex array objects to be deleted.
arrays
Specifies the address of an array containing the n names of the objects to be deleted.