Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
411
void GlfwCanvas::glUseProgram(GLuint p) const {
412
fns_->pfn_glUseProgram(p);
413
}
414
415
GLint GlfwCanvas::glGetUniformLocation(GLuint p, const GLchar* n) const {
416
return fns_->pfn_glGetUniformLocation(p, n);
Callers
1
use
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected