| 124 | } |
| 125 | |
| 126 | void glBindBufferOffsetEXT(GLenum target, GLuint index, GLuint buffer, GLintptr offset) |
| 127 | { |
| 128 | return glbinding::Binding::BindBufferOffsetEXT(target, index, buffer, offset); |
| 129 | } |
| 130 | |
| 131 | void glBindBufferOffsetNV(GLenum target, GLuint index, GLuint buffer, GLintptr offset) |
| 132 | { |
nothing calls this directly
no outgoing calls
no test coverage detected