MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDeleteVertexArrays

Function glDeleteVertexArrays

source/glbinding/source/gl/functions_d.cpp:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void glDeleteVertexArrays(GLsizei n, const GLuint * arrays)
272{
273 return glbinding::Binding::DeleteVertexArrays(n, arrays);
274}
275
276void glDeleteVertexArraysAPPLE(GLsizei n, const GLuint * arrays)
277{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected