| 149 | } |
| 150 | |
| 151 | void glBindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint * buffers) |
| 152 | { |
| 153 | return glbinding::Binding::BindBuffersBase(target, first, count, buffers); |
| 154 | } |
| 155 | |
| 156 | void glBindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint * buffers, const GLintptr * offsets, const GLsizeiptr * sizes) |
| 157 | { |
nothing calls this directly
no outgoing calls
no test coverage detected