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

Function glEnableVertexArrayEXT

source/glbinding/source/gl/functions_e.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void glEnableVertexArrayEXT(GLuint vaobj, GLenum array)
107{
108 return glbinding::Binding::EnableVertexArrayEXT(vaobj, array);
109}
110
111void glEnableVertexAttribAPPLE(GLuint index, GLenum pname)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected