MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / glGetProgramInfoLog

Method glGetProgramInfoLog

src/host/glfw_canvas.cpp:396–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396void GlfwCanvas::glGetProgramInfoLog(GLuint p,
397 GLsizei b,
398 GLsizei* l,
399 GLchar* log) const {
400 fns_->pfn_glGetProgramInfoLog(p, b, l, log);
401}
402
403void GlfwCanvas::glDeleteShader(GLuint s) const {
404 fns_->pfn_glDeleteShader(s);

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected