| 1049 | } |
| 1050 | |
| 1051 | void glCopyTextureSubImage1D(GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) |
| 1052 | { |
| 1053 | return glbinding::Binding::CopyTextureSubImage1D(texture, level, xoffset, x, y, width); |
| 1054 | } |
| 1055 | |
| 1056 | void glCopyTextureSubImage1DEXT(GLuint texture, GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) |
| 1057 | { |
nothing calls this directly
no outgoing calls
no test coverage detected