| 914 | } |
| 915 | |
| 916 | void glCopyColorTableSGI(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| 917 | { |
| 918 | return glbinding::Binding::CopyColorTableSGI(target, internalformat, x, y, width); |
| 919 | } |
| 920 | |
| 921 | void glCopyConvolutionFilter1D(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) |
| 922 | { |
nothing calls this directly
no outgoing calls
no test coverage detected