| 329 | } |
| 330 | |
| 331 | void glBindVertexShaderEXT(GLuint id) |
| 332 | { |
| 333 | return glbinding::Binding::BindVertexShaderEXT(id); |
| 334 | } |
| 335 | |
| 336 | void glBindVideoCaptureStreamBufferNV(GLuint video_capture_slot, GLuint stream, GLenum frame_region, GLintptrARB offset) |
| 337 | { |
nothing calls this directly
no outgoing calls
no test coverage detected