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

Function glFragmentLightivSGIX

source/glbinding/source/gl/functions_f.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void glFragmentLightivSGIX(GLenum light, GLenum pname, const GLint * params)
242{
243 return glbinding::Binding::FragmentLightivSGIX(light, pname, params);
244}
245
246void glFragmentLightModelfSGIX(GLenum pname, GLfloat param)
247{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected