| 899 | } |
| 900 | |
| 901 | void glCopyColorSubTable(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) |
| 902 | { |
| 903 | return glbinding::Binding::CopyColorSubTable(target, start, x, y, width); |
| 904 | } |
| 905 | |
| 906 | void glCopyColorSubTableEXT(GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) |
| 907 | { |
nothing calls this directly
no outgoing calls
no test coverage detected