| 104 | } |
| 105 | |
| 106 | void glBindBufferARB(GLenum target, GLuint buffer) |
| 107 | { |
| 108 | return glbinding::Binding::BindBufferARB(target, buffer); |
| 109 | } |
| 110 | |
| 111 | void glBindBufferBase(GLenum target, GLuint index, GLuint buffer) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected