| 159 | } |
| 160 | |
| 161 | void glEndPerfMonitorAMD(GLuint monitor) |
| 162 | { |
| 163 | return glbinding::Binding::EndPerfMonitorAMD(monitor); |
| 164 | } |
| 165 | |
| 166 | void glEndPerfQueryINTEL(GLuint queryHandle) |
| 167 | { |
nothing calls this directly
no outgoing calls
no test coverage detected