| 589 | } |
| 590 | |
| 591 | void glColorTableEXT(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void * table) |
| 592 | { |
| 593 | return glbinding::Binding::ColorTableEXT(target, internalFormat, width, format, type, table); |
| 594 | } |
| 595 | |
| 596 | void glColorTableParameterfv(GLenum target, GLenum pname, const GLfloat * params) |
| 597 | { |
nothing calls this directly
no outgoing calls
no test coverage detected