| 999 | } |
| 1000 | |
| 1001 | void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) |
| 1002 | { |
| 1003 | return glbinding::Binding::CopyTexImage2D(target, level, internalformat, x, y, width, height, border); |
| 1004 | } |
| 1005 | |
| 1006 | void glCopyTexImage2DEXT(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) |
| 1007 | { |
nothing calls this directly
no outgoing calls
no test coverage detected