Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glLinkProgram
Method
glLinkProgram
src/host/glfw_canvas.cpp:388–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
void GlfwCanvas::glLinkProgram(GLuint p) const {
389
fns_->pfn_glLinkProgram(p);
390
}
391
392
void GlfwCanvas::glGetProgramiv(GLuint p, GLenum pn, GLint* v) const {
393
fns_->pfn_glGetProgramiv(p, pn, v);
Callers
1
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected