| 144 | } |
| 145 | |
| 146 | void glBindBufferRangeNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) |
| 147 | { |
| 148 | return glbinding::Binding::BindBufferRangeNV(target, index, buffer, offset, size); |
| 149 | } |
| 150 | |
| 151 | void glBindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint * buffers) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected