| 114 | } |
| 115 | |
| 116 | void glBindBufferBaseEXT(GLenum target, GLuint index, GLuint buffer) |
| 117 | { |
| 118 | return glbinding::Binding::BindBufferBaseEXT(target, index, buffer); |
| 119 | } |
| 120 | |
| 121 | void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buffer) |
| 122 | { |
nothing calls this directly
no outgoing calls
no test coverage detected