| 144 | } |
| 145 | |
| 146 | void glAttachObjectARB(GLhandleARB containerObj, GLhandleARB obj) |
| 147 | { |
| 148 | return glbinding::Binding::AttachObjectARB(containerObj, obj); |
| 149 | } |
| 150 | |
| 151 | void glAttachShader(GLuint program, GLuint shader) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected