Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glDrawArrays
Method
glDrawArrays
src/host/glfw_canvas.cpp:522–524 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
520
}
521
522
void GlfwCanvas::glDrawArrays(GLenum m, GLint f, GLsizei c) const {
523
fns_->pfn_glDrawArrays(m, f, c);
524
}
525
526
void GlfwCanvas::glGenFramebuffers(GLsizei n, GLuint* f) const {
527
fns_->pfn_glGenFramebuffers(n, f);
Callers
3
draw
Method · 0.80
draw_text
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected