| 244 | } |
| 245 | |
| 246 | void glClipPlanefOES(GLenum plane, const GLfloat * equation) |
| 247 | { |
| 248 | return glbinding::Binding::ClipPlanefOES(plane, equation); |
| 249 | } |
| 250 | |
| 251 | void glClipPlanexOES(GLenum plane, const GLfixed * equation) |
| 252 | { |
nothing calls this directly
no outgoing calls
no test coverage detected