MCPcopy Create free account
hub / github.com/cginternals/glbinding / glDeleteProgramsARB

Function glDeleteProgramsARB

source/glbinding/source/gl/functions_d.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void glDeleteProgramsARB(GLsizei n, const GLuint * programs)
192{
193 return glbinding::Binding::DeleteProgramsARB(n, programs);
194}
195
196void glDeleteProgramsNV(GLsizei n, const GLuint * programs)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected