| 564 | } |
| 565 | |
| 566 | void glBufferAddressRangeNV(GLenum pname, GLuint index, GLuint64EXT address, GLsizeiptr length) |
| 567 | { |
| 568 | return glbinding::Binding::BufferAddressRangeNV(pname, index, address, length); |
| 569 | } |
| 570 | |
| 571 | void glBufferAttachMemoryNV(GLenum target, GLuint memory, GLuint64 offset) |
| 572 | { |
nothing calls this directly
no outgoing calls
no test coverage detected