| 129 | } |
| 130 | |
| 131 | void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset) |
| 132 | { |
| 133 | return glbinding::Binding::BindBufferOffsetNV(target, index, buffer, offset); |
| 134 | } |
| 135 | |
| 136 | void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected