MCPcopy 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
176void glDeleteProgram(GLuint program)
177{
178 return glbinding::Binding::DeleteProgram(program);
179}
180
181void glDeleteProgramPipelines(GLsizei n, const GLuint * pipelines)
182{

Callers 2

~CubeScapeMethod · 0.85
~CubeScapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected