| 569 | } |
| 570 | |
| 571 | void glBufferAttachMemoryNV(GLenum target, GLuint memory, GLuint64 offset) |
| 572 | { |
| 573 | return glbinding::Binding::BufferAttachMemoryNV(target, memory, offset); |
| 574 | } |
| 575 | |
| 576 | void glBufferData(GLenum target, GLsizeiptr size, const void * data, GLenum usage) |
| 577 | { |
nothing calls this directly
no outgoing calls
no test coverage detected