| 1024 | } |
| 1025 | |
| 1026 | void glCopyTexSubImage2DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
| 1027 | { |
| 1028 | return glbinding::Binding::CopyTexSubImage2DEXT(target, level, xoffset, yoffset, x, y, width, height); |
| 1029 | } |
| 1030 | |
| 1031 | void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
| 1032 | { |
nothing calls this directly
no outgoing calls
no test coverage detected