| 514 | } |
| 515 | |
| 516 | void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) |
| 517 | { |
| 518 | return glbinding::Binding::ColorMask(red, green, blue, alpha); |
| 519 | } |
| 520 | |
| 521 | void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) |
| 522 | { |
nothing calls this directly
no outgoing calls
no test coverage detected