| 529 | } |
| 530 | |
| 531 | void glColorMaterial(GLenum face, GLenum mode) |
| 532 | { |
| 533 | return glbinding::Binding::ColorMaterial(face, mode); |
| 534 | } |
| 535 | |
| 536 | void glColorP3ui(GLenum type, GLuint color) |
| 537 | { |
nothing calls this directly
no outgoing calls
no test coverage detected