| 239 | } |
| 240 | |
| 241 | void glClipPlane(GLenum plane, const GLdouble * equation) |
| 242 | { |
| 243 | return glbinding::Binding::ClipPlane(plane, equation); |
| 244 | } |
| 245 | |
| 246 | void glClipPlanefOES(GLenum plane, const GLfloat * equation) |
| 247 | { |
nothing calls this directly
no outgoing calls
no test coverage detected