Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glTexParameteri
Method
glTexParameteri
src/host/glfw_canvas.cpp:486–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
484
}
485
486
void GlfwCanvas::glTexParameteri(GLenum tg, GLenum p, GLint v) const {
487
fns_->pfn_glTexParameteri(tg, p, v);
488
}
489
490
void GlfwCanvas::glTexImage2D(GLenum tg,
491
GLint lv,
Callers
4
upload_atlas
Method · 0.80
setup_gl_buffer
Method · 0.80
ensure_size
Method · 0.80
texture_for
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected