| 534 | } |
| 535 | |
| 536 | void glColorP3ui(GLenum type, GLuint color) |
| 537 | { |
| 538 | return glbinding::Binding::ColorP3ui(type, color); |
| 539 | } |
| 540 | |
| 541 | void glColorP3uiv(GLenum type, const GLuint * color) |
| 542 | { |
nothing calls this directly
no outgoing calls
no test coverage detected