Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glGenerateMipmap
Method
glGenerateMipmap
src/host/glfw_canvas.cpp:514–516 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
512
}
513
514
void GlfwCanvas::glGenerateMipmap(GLenum tg) const {
515
fns_->pfn_glGenerateMipmap(tg);
516
}
517
518
void GlfwCanvas::glPixelStorei(GLenum p, GLint v) const {
519
fns_->pfn_glPixelStorei(p, v);
Callers
1
upload_atlas
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected