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

Function glFrontFace

source/glbinding/source/gl/functions_f.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void glFrontFace(GLenum mode)
432{
433 return glbinding::Binding::FrontFace(mode);
434}
435
436void glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
437{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected