| 1029 | } |
| 1030 | |
| 1031 | void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
| 1032 | { |
| 1033 | return glbinding::Binding::CopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, height); |
| 1034 | } |
| 1035 | |
| 1036 | void glCopyTexSubImage3DEXT(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) |
| 1037 | { |
nothing calls this directly
no outgoing calls
no test coverage detected