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