| 164 | } |
| 165 | |
| 166 | void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors) |
| 167 | { |
| 168 | return glbinding::Binding::DeletePerfMonitorsAMD(n, monitors); |
| 169 | } |
| 170 | |
| 171 | void glDeletePerfQueryINTEL(GLuint queryHandle) |
| 172 | { |
nothing calls this directly
no outgoing calls
no test coverage detected