| 204 | } |
| 205 | |
| 206 | void glEndVideoCaptureNV(GLuint video_capture_slot) |
| 207 | { |
| 208 | return glbinding::Binding::EndVideoCaptureNV(video_capture_slot); |
| 209 | } |
| 210 | |
| 211 | void glEvalCoord1d(GLdouble u) |
| 212 | { |
nothing calls this directly
no outgoing calls
no test coverage detected