MCPcopy 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
392void GlfwCanvas::glGetProgramiv(GLuint p, GLenum pn, GLint* v) const {
393 fns_->pfn_glGetProgramiv(p, pn, v);
394}
395
396void GlfwCanvas::glGetProgramInfoLog(GLuint p,
397 GLsizei b,

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected