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

Function glDeleteShader

source/glbinding/source/gl/functions_d.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void glDeleteShader(GLuint shader)
237{
238 return glbinding::Binding::DeleteShader(shader);
239}
240
241void glDeleteStatesNV(GLsizei n, const GLuint * states)
242{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected