| 119 | } |
| 120 | |
| 121 | void glBindBufferBaseNV(GLenum target, GLuint index, GLuint buffer) |
| 122 | { |
| 123 | return glbinding::Binding::BindBufferBaseNV(target, index, buffer); |
| 124 | } |
| 125 | |
| 126 | void glBindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset) |
| 127 | { |
nothing calls this directly
no outgoing calls
no test coverage detected