MCPcopy 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
514void GlfwCanvas::glGenerateMipmap(GLenum tg) const {
515 fns_->pfn_glGenerateMipmap(tg);
516}
517
518void GlfwCanvas::glPixelStorei(GLenum p, GLint v) const {
519 fns_->pfn_glPixelStorei(p, v);

Callers 1

upload_atlasMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected