| 894 | } |
| 895 | |
| 896 | void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) |
| 897 | { |
| 898 | return glbinding::Binding::CopyBufferSubData(readTarget, writeTarget, readOffset, writeOffset, size); |
| 899 | } |
| 900 | |
| 901 | void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) |
| 902 | { |
nothing calls this directly
no outgoing calls
no test coverage detected