Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
547
void GlfwCanvas::glDeleteFramebuffers(GLsizei n, const GLuint* f) const {
548
fns_->pfn_glDeleteFramebuffers(n, f);
549
}
550
551
void GlfwCanvas::glGenVertexArrays(GLsizei n, GLuint* a) const {
552
fns_->pfn_glGenVertexArrays(n, a);
Callers
1
destroy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected