| 594 | } |
| 595 | |
| 596 | void glBufferParameteriAPPLE(GLenum target, GLenum pname, GLint param) |
| 597 | { |
| 598 | return glbinding::Binding::BufferParameteriAPPLE(target, pname, param); |
| 599 | } |
| 600 | |
| 601 | void glBufferStorage(GLenum target, GLsizeiptr size, const void * data, BufferStorageMask flags) |
| 602 | { |
nothing calls this directly
no outgoing calls
no test coverage detected