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

Function glDeleteProgramsNV

source/glbinding/source/gl/functions_d.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void glDeleteProgramsNV(GLsizei n, const GLuint * programs)
197{
198 return glbinding::Binding::DeleteProgramsNV(n, programs);
199}
200
201void glDeleteQueries(GLsizei n, const GLuint * ids)
202{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected