Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
450
void GlfwCanvas::glBindBuffer(GLenum t, GLuint b) const {
451
fns_->pfn_glBindBuffer(t, b);
452
}
453
454
void GlfwCanvas::glBufferData(GLenum t,
455
GLsizeiptr sz,
Callers
5
initialize
Method · 0.80
draw
Method · 0.80
draw_text
Method · 0.80
initialize
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected