| 139 | } |
| 140 | |
| 141 | void glBindBufferRangeEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) |
| 142 | { |
| 143 | return glbinding::Binding::BindBufferRangeEXT(target, index, buffer, offset, size); |
| 144 | } |
| 145 | |
| 146 | void glBindBufferRangeNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) |
| 147 | { |
nothing calls this directly
no outgoing calls
no test coverage detected