| 1004 | } |
| 1005 | |
| 1006 | void glCopyTexImage2DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) |
| 1007 | { |
| 1008 | return glbinding::Binding::CopyTexImage2DEXT(target, level, internalformat, x, y, width, height, border); |
| 1009 | } |
| 1010 | |
| 1011 | void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) |
| 1012 | { |
nothing calls this directly
no outgoing calls
no test coverage detected