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

Method glBufferData

src/host/glfw_canvas.cpp:454–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

452}
453
454void GlfwCanvas::glBufferData(GLenum t,
455 GLsizeiptr sz,
456 const void* d,
457 GLenum u) const {
458 fns_->pfn_glBufferData(t, sz, d, u);
459}
460
461void GlfwCanvas::glEnableVertexAttribArray(GLuint i) const {
462 fns_->pfn_glEnableVertexAttribArray(i);

Callers 3

initializeMethod · 0.80
draw_textMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected