| 989 | } |
| 990 | |
| 991 | void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) |
| 992 | { |
| 993 | return glbinding::Binding::CopyTexImage1D(target, level, internalformat, x, y, width, border); |
| 994 | } |
| 995 | |
| 996 | void glCopyTexImage1DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) |
| 997 | { |
nothing calls this directly
no outgoing calls
no test coverage detected