| 39 | } |
| 40 | |
| 41 | void glBeginPerfMonitorAMD(GLuint monitor) |
| 42 | { |
| 43 | return glbinding::Binding::BeginPerfMonitorAMD(monitor); |
| 44 | } |
| 45 | |
| 46 | void glBeginPerfQueryINTEL(GLuint queryHandle) |
| 47 | { |
nothing calls this directly
no outgoing calls
no test coverage detected