| 136 | } |
| 137 | |
| 138 | void Buffer::bindBase(const GLenum target, const GLuint index) const |
| 139 | { |
| 140 | glBindBufferBase(target, index, id()); |
| 141 | } |
| 142 | |
| 143 | void Buffer::bindRange(const GLenum target, const GLuint index, const GLintptr offset, const GLsizeiptr size) const |
| 144 | { |
no outgoing calls
no test coverage detected