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

Function glClipControl

source/glbinding/source/gl/functions_c.cpp:236–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void glClipControl(GLenum origin, GLenum depth)
237{
238 return glbinding::Binding::ClipControl(origin, depth);
239}
240
241void glClipPlane(GLenum plane, const GLdouble * equation)
242{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected