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

Method glDeleteShader

src/host/glfw_canvas.cpp:403–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401}
402
403void GlfwCanvas::glDeleteShader(GLuint s) const {
404 fns_->pfn_glDeleteShader(s);
405}
406
407void GlfwCanvas::glDeleteProgram(GLuint p) const {
408 fns_->pfn_glDeleteProgram(p);

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected