| 604 | } |
| 605 | |
| 606 | void glColorTableParameteriv(GLenum target, GLenum pname, const GLint * params) |
| 607 | { |
| 608 | return glbinding::Binding::ColorTableParameteriv(target, pname, params); |
| 609 | } |
| 610 | |
| 611 | void glColorTableParameterivSGI(GLenum target, GLenum pname, const GLint * params) |
| 612 | { |
nothing calls this directly
no outgoing calls
no test coverage detected