| 519 | } |
| 520 | |
| 521 | void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) |
| 522 | { |
| 523 | return glbinding::Binding::ColorMaski(index, r, g, b, a); |
| 524 | } |
| 525 | |
| 526 | void glColorMaskIndexedEXT(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) |
| 527 | { |
nothing calls this directly
no outgoing calls
no test coverage detected