| 94 | } |
| 95 | |
| 96 | void glBindAttribLocationARB(GLhandleARB programObj, GLuint index, const GLcharARB * name) |
| 97 | { |
| 98 | return glbinding::Binding::BindAttribLocationARB(programObj, index, name); |
| 99 | } |
| 100 | |
| 101 | void glBindBuffer(GLenum target, GLuint buffer) |
| 102 | { |
nothing calls this directly
no outgoing calls
no test coverage detected