| 614 | } |
| 615 | |
| 616 | void glColorTableSGI(GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void * table) |
| 617 | { |
| 618 | return glbinding::Binding::ColorTableSGI(target, internalformat, width, format, type, table); |
| 619 | } |
| 620 | |
| 621 | void glCombinerInputNV(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage) |
| 622 | { |
nothing calls this directly
no outgoing calls
no test coverage detected