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

Function glDisableVertexArrayEXT

source/glbinding/source/gl/functions_d.cpp:411–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void glDisableVertexArrayEXT(GLuint vaobj, GLenum array)
412{
413 return glbinding::Binding::DisableVertexArrayEXT(vaobj, array);
414}
415
416void glDisableVertexAttribAPPLE(GLuint index, GLenum pname)
417{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected