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

Method glUseProgram

src/host/glfw_canvas.cpp:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409}
410
411void GlfwCanvas::glUseProgram(GLuint p) const {
412 fns_->pfn_glUseProgram(p);
413}
414
415GLint GlfwCanvas::glGetUniformLocation(GLuint p, const GLchar* n) const {
416 return fns_->pfn_glGetUniformLocation(p, n);

Callers 1

useMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected