Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cginternals/glbinding
/ glDeleteProgram
Function
glDeleteProgram
source/glbinding/source/gl/functions_d.cpp:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
}
175
176
void glDeleteProgram(GLuint program)
177
{
178
return glbinding::Binding::DeleteProgram(program);
179
}
180
181
void glDeleteProgramPipelines(GLsizei n, const GLuint * pipelines)
182
{
Callers
2
~CubeScape
Method · 0.85
~CubeScape
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected