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

Function glClipPlanexOES

source/glbinding/source/gl/functions_c.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void glClipPlanexOES(GLenum plane, const GLfixed * equation)
252{
253 return glbinding::Binding::ClipPlanexOES(plane, equation);
254}
255
256void glColor3b(GLbyte red, GLbyte green, GLbyte blue)
257{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected