| 579 | } |
| 580 | |
| 581 | void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data) |
| 582 | { |
| 583 | return glbinding::Binding::ColorSubTableEXT(target, start, count, format, type, data); |
| 584 | } |
| 585 | |
| 586 | void glColorTable(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table) |
| 587 | { |
nothing calls this directly
no outgoing calls
no test coverage detected