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

Method glDeleteFramebuffers

src/host/glfw_canvas.cpp:547–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

545}
546
547void GlfwCanvas::glDeleteFramebuffers(GLsizei n, const GLuint* f) const {
548 fns_->pfn_glDeleteFramebuffers(n, f);
549}
550
551void GlfwCanvas::glGenVertexArrays(GLsizei n, GLuint* a) const {
552 fns_->pfn_glGenVertexArrays(n, a);

Callers 1

destroyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected