Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
555
void GlfwCanvas::glBindVertexArray(GLuint a) const {
556
fns_->pfn_glBindVertexArray(a);
557
}
558
559
void GlfwCanvas::glDeleteVertexArrays(GLsizei n, const GLuint* a) const {
560
fns_->pfn_glDeleteVertexArrays(n, a);
Callers
1
render
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected