| 229 | } |
| 230 | |
| 231 | GLenum glClientWaitSync(GLsync sync, SyncObjectMask flags, GLuint64 timeout) |
| 232 | { |
| 233 | return glbinding::Binding::ClientWaitSync(sync, flags, timeout); |
| 234 | } |
| 235 | |
| 236 | void glClipControl(GLenum origin, GLenum depth) |
| 237 | { |
nothing calls this directly
no outgoing calls
no test coverage detected