| 159 | } |
| 160 | |
| 161 | void glDeletePathsNV(GLuint path, GLsizei range) |
| 162 | { |
| 163 | return glbinding::Binding::DeletePathsNV(path, range); |
| 164 | } |
| 165 | |
| 166 | void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors) |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected