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

Function glFogCoordf

source/glbinding/source/gl/functions_f.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void glFogCoordf(GLfloat coord)
132{
133 return glbinding::Binding::FogCoordf(coord);
134}
135
136void glFogCoordfEXT(GLfloat coord)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected