MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / glBindVertexArray

Method glBindVertexArray

src/host/glfw_canvas.cpp:555–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555void GlfwCanvas::glBindVertexArray(GLuint a) const {
556 fns_->pfn_glBindVertexArray(a);
557}
558
559void GlfwCanvas::glDeleteVertexArrays(GLsizei n, const GLuint* a) const {
560 fns_->pfn_glDeleteVertexArrays(n, a);

Callers 1

renderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected