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

Function glCullFace

source/glbinding/source/gl/functions_c.cpp:1226–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226void glCullFace(GLenum mode)
1227{
1228 return glbinding::Binding::CullFace(mode);
1229}
1230
1231void glCullParameterdvEXT(GLenum pname, GLdouble * params)
1232{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected