| 109 | } |
| 110 | |
| 111 | void glBindBufferBase(GLenum target, GLuint index, GLuint buffer) |
| 112 | { |
| 113 | return glbinding::Binding::BindBufferBase(target, index, buffer); |
| 114 | } |
| 115 | |
| 116 | void glBindBufferBaseEXT(GLenum target, GLuint index, GLuint buffer) |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected