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

Method glDeleteProgram

src/host/glfw_canvas.cpp:407–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407void GlfwCanvas::glDeleteProgram(GLuint p) const {
408 fns_->pfn_glDeleteProgram(p);
409}
410
411void GlfwCanvas::glUseProgram(GLuint p) const {
412 fns_->pfn_glUseProgram(p);

Callers 2

~ShaderProgramMethod · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected