| 579 | } |
| 580 | |
| 581 | void glBufferDataARB(GLenum target, GLsizeiptrARB size, const void * data, GLenum usage) |
| 582 | { |
| 583 | return glbinding::Binding::BufferDataARB(target, size, data, usage); |
| 584 | } |
| 585 | |
| 586 | void glBufferPageCommitmentARB(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit) |
| 587 | { |
nothing calls this directly
no outgoing calls
no test coverage detected