MCPcopy 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
522void GlfwCanvas::glDrawArrays(GLenum m, GLint f, GLsizei c) const {
523 fns_->pfn_glDrawArrays(m, f, c);
524}
525
526void GlfwCanvas::glGenFramebuffers(GLsizei n, GLuint* f) const {
527 fns_->pfn_glGenFramebuffers(n, f);

Callers 3

drawMethod · 0.80
draw_textMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected