| 909 | } |
| 910 | |
| 911 | void glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| 912 | { |
| 913 | return glbinding::Binding::CopyColorTable(target, internalformat, x, y, width); |
| 914 | } |
| 915 | |
| 916 | void glCopyColorTableSGI(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| 917 | { |
nothing calls this directly
no outgoing calls
no test coverage detected