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

Function glDetachShader

source/glbinding/source/gl/functions_d.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void glDetachShader(GLuint program, GLuint shader)
357{
358 return glbinding::Binding::DetachShader(program, shader);
359}
360
361void glDetailTexFuncSGIS(GLenum target, GLsizei n, const GLfloat * points)
362{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected