MCPcopy 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
486void GlfwCanvas::glTexParameteri(GLenum tg, GLenum p, GLint v) const {
487 fns_->pfn_glTexParameteri(tg, p, v);
488}
489
490void GlfwCanvas::glTexImage2D(GLenum tg,
491 GLint lv,

Callers 4

upload_atlasMethod · 0.80
setup_gl_bufferMethod · 0.80
ensure_sizeMethod · 0.80
texture_forMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected