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

Function glDetachObjectARB

source/glbinding/source/gl/functions_d.cpp:351–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349}
350
351void glDetachObjectARB(GLhandleARB containerObj, GLhandleARB attachedObj)
352{
353 return glbinding::Binding::DetachObjectARB(containerObj, attachedObj);
354}
355
356void glDetachShader(GLuint program, GLuint shader)
357{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected