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

Method glActiveTexture

src/host/glfw_canvas.cpp:482–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482void GlfwCanvas::glActiveTexture(GLenum tex) const {
483 fns_->pfn_glActiveTexture(tex);
484}
485
486void GlfwCanvas::glTexParameteri(GLenum tg, GLenum p, GLint v) const {
487 fns_->pfn_glTexParameteri(tg, p, v);

Callers 4

initializeMethod · 0.80
upload_atlasMethod · 0.80
drawMethod · 0.80
draw_textMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected