MCPcopy 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
384void GlfwCanvas::glAttachShader(GLuint p, GLuint s) const {
385 fns_->pfn_glAttachShader(p, s);
386}
387
388void GlfwCanvas::glLinkProgram(GLuint p) const {
389 fns_->pfn_glLinkProgram(p);

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected