Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
403
void GlfwCanvas::glDeleteShader(GLuint s) const {
404
fns_->pfn_glDeleteShader(s);
405
}
406
407
void GlfwCanvas::glDeleteProgram(GLuint p) const {
408
fns_->pfn_glDeleteProgram(p);
Callers
1
create
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected