| 134 | } |
| 135 | |
| 136 | void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) |
| 137 | { |
| 138 | return glbinding::Binding::BindBufferRange(target, index, buffer, offset, size); |
| 139 | } |
| 140 | |
| 141 | void glBindBufferRangeEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) |
| 142 | { |
nothing calls this directly
no outgoing calls
no test coverage detected