| 84 | } |
| 85 | |
| 86 | void glBeginVideoCaptureNV(GLuint video_capture_slot) |
| 87 | { |
| 88 | return glbinding::Binding::BeginVideoCaptureNV(video_capture_slot); |
| 89 | } |
| 90 | |
| 91 | void glBindAttribLocation(GLuint program, GLuint index, const GLchar * name) |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected