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

Method glDeleteBuffers

src/host/glfw_canvas.cpp:446–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446void GlfwCanvas::glDeleteBuffers(GLsizei n, const GLuint* b) const {
447 fns_->pfn_glDeleteBuffers(n, b);
448}
449
450void GlfwCanvas::glBindBuffer(GLenum t, GLuint b) const {
451 fns_->pfn_glBindBuffer(t, b);

Callers 3

~GLTextRendererMethod · 0.80
~BufferMethod · 0.80
~BackgroundMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected