MCPcopy Create free account
hub / github.com/cginternals/glbinding / glClipPlanefOES

Function glClipPlanefOES

source/glbinding/source/gl/functions_c.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void glClipPlanefOES(GLenum plane, const GLfloat * equation)
247{
248 return glbinding::Binding::ClipPlanefOES(plane, equation);
249}
250
251void glClipPlanexOES(GLenum plane, const GLfixed * equation)
252{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected