MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / glBindTexture

Method glBindTexture

src/host/glfw_canvas.cpp:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478void GlfwCanvas::glBindTexture(GLenum tg, GLuint t) const {
479 fns_->pfn_glBindTexture(tg, t);
480}
481
482void GlfwCanvas::glActiveTexture(GLenum tex) const {
483 fns_->pfn_glActiveTexture(tex);

Callers 7

initializeMethod · 0.80
upload_atlasMethod · 0.80
drawMethod · 0.80
setup_gl_bufferMethod · 0.80
draw_textMethod · 0.80
ensure_sizeMethod · 0.80
texture_forMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected