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

Function glFogf

source/glbinding/source/gl/functions_f.cpp:181–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void glFogf(GLenum pname, GLfloat param)
182{
183 return glbinding::Binding::Fogf(pname, param);
184}
185
186void glFogFuncSGIS(GLsizei n, const GLfloat * points)
187{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected