| 574 | } |
| 575 | |
| 576 | void glColorSubTable(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data) |
| 577 | { |
| 578 | return glbinding::Binding::ColorSubTable(target, start, count, format, type, data); |
| 579 | } |
| 580 | |
| 581 | void glColorSubTableEXT(GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void * data) |
| 582 | { |
nothing calls this directly
no outgoing calls
no test coverage detected