Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ glAttachShader
Method
glAttachShader
src/host/glfw_canvas.cpp:384–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
void GlfwCanvas::glAttachShader(GLuint p, GLuint s) const {
385
fns_->pfn_glAttachShader(p, s);
386
}
387
388
void GlfwCanvas::glLinkProgram(GLuint p) const {
389
fns_->pfn_glLinkProgram(p);
Callers
1
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected