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