| 584 | } |
| 585 | |
| 586 | void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table) |
| 587 | { |
| 588 | return glbinding::Binding::ColorTable(target, internalformat, width, format, type, table); |
| 589 | } |
| 590 | |
| 591 | void glColorTableEXT(GLenum target, GLenum internalFormat, GLsizei width, GLenum format, GLenum type, const void * table) |
| 592 | { |
nothing calls this directly
no outgoing calls
no test coverage detected