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

Function glFogxvOES

source/glbinding/source/gl/functions_f.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void glFogxvOES(GLenum pname, const GLfixed * param)
212{
213 return glbinding::Binding::FogxvOES(pname, param);
214}
215
216void glFragmentColorMaterialSGIX(GLenum face, GLenum mode)
217{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected