| 1079 | } |
| 1080 | |
| 1081 | void glCoverageModulationNV(GLenum components) |
| 1082 | { |
| 1083 | return glbinding::Binding::CoverageModulationNV(components); |
| 1084 | } |
| 1085 | |
| 1086 | void glCoverageModulationTableNV(GLsizei n, const GLfloat * v) |
| 1087 | { |
nothing calls this directly
no outgoing calls
no test coverage detected