MCPcopy 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
380GLuint GlfwCanvas::glCreateProgram() const {
381 return fns_->pfn_glCreateProgram();
382}
383
384void GlfwCanvas::glAttachShader(GLuint p, GLuint s) const {
385 fns_->pfn_glAttachShader(p, s);

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected