| 539 | } |
| 540 | |
| 541 | void glColorP3uiv(GLenum type, const GLuint * color) |
| 542 | { |
| 543 | return glbinding::Binding::ColorP3uiv(type, color); |
| 544 | } |
| 545 | |
| 546 | void glColorP4ui(GLenum type, GLuint color) |
| 547 | { |
nothing calls this directly
no outgoing calls
no test coverage detected