| 544 | } |
| 545 | |
| 546 | void glColorP4ui(GLenum type, GLuint color) |
| 547 | { |
| 548 | return glbinding::Binding::ColorP4ui(type, color); |
| 549 | } |
| 550 | |
| 551 | void glColorP4uiv(GLenum type, const GLuint * color) |
| 552 | { |
nothing calls this directly
no outgoing calls
no test coverage detected