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

Function glFogi

source/glbinding/source/gl/functions_f.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void glFogi(GLenum pname, GLint param)
197{
198 return glbinding::Binding::Fogi(pname, param);
199}
200
201void glFogiv(GLenum pname, const GLint * params)
202{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected