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

Method glBindBuffer

src/host/glfw_canvas.cpp:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450void GlfwCanvas::glBindBuffer(GLenum t, GLuint b) const {
451 fns_->pfn_glBindBuffer(t, b);
452}
453
454void GlfwCanvas::glBufferData(GLenum t,
455 GLsizeiptr sz,

Callers 5

initializeMethod · 0.80
drawMethod · 0.80
draw_textMethod · 0.80
initializeMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected