| 619 | } |
| 620 | |
| 621 | void glBufferSubDataARB(GLenum target, GLintptrARB offset, GLsizeiptrARB size, const void * data) |
| 622 | { |
| 623 | return glbinding::Binding::BufferSubDataARB(target, offset, size, data); |
| 624 | } |
| 625 | |
| 626 | |
| 627 | } // namespace gl |
nothing calls this directly
no outgoing calls
no test coverage detected