| 234 | } |
| 235 | |
| 236 | void glClipControl(GLenum origin, GLenum depth) |
| 237 | { |
| 238 | return glbinding::Binding::ClipControl(origin, depth); |
| 239 | } |
| 240 | |
| 241 | void glClipPlane(GLenum plane, const GLdouble * equation) |
| 242 | { |
nothing calls this directly
no outgoing calls
no test coverage detected