| 609 | } |
| 610 | |
| 611 | void glBufferStorageMemEXT(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) |
| 612 | { |
| 613 | return glbinding::Binding::BufferStorageMemEXT(target, size, memory, offset); |
| 614 | } |
| 615 | |
| 616 | void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const void * data) |
| 617 | { |
nothing calls this directly
no outgoing calls
no test coverage detected