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

Function glBindVertexArrayAPPLE

source/glbinding/source/gl/functions_b.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316void glBindVertexArrayAPPLE(GLuint array)
317{
318 return glbinding::Binding::BindVertexArrayAPPLE(array);
319}
320
321void glBindVertexBuffer(GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride)
322{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected