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

Function glCreateVertexArrays

source/glbinding/source/gl/functions_c.cpp:1221–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219}
1220
1221void glCreateVertexArrays(GLsizei n, GLuint * arrays)
1222{
1223 return glbinding::Binding::CreateVertexArrays(n, arrays);
1224}
1225
1226void glCullFace(GLenum mode)
1227{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected