Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
void GlfwCanvas::glDeleteProgram(GLuint p) const {
408
fns_->pfn_glDeleteProgram(p);
409
}
410
411
void GlfwCanvas::glUseProgram(GLuint p) const {
412
fns_->pfn_glUseProgram(p);
Callers
2
~ShaderProgram
Method · 0.80
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected