| 349 | } |
| 350 | |
| 351 | void glDetachObjectARB(GLhandleARB containerObj, GLhandleARB attachedObj) |
| 352 | { |
| 353 | return glbinding::Binding::DetachObjectARB(containerObj, attachedObj); |
| 354 | } |
| 355 | |
| 356 | void glDetachShader(GLuint program, GLuint shader) |
| 357 | { |
nothing calls this directly
no outgoing calls
no test coverage detected