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

Function glFragmentMaterialiSGIX

source/glbinding/source/gl/functions_f.cpp:276–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276void glFragmentMaterialiSGIX(GLenum face, GLenum pname, GLint param)
277{
278 return glbinding::Binding::FragmentMaterialiSGIX(face, pname, param);
279}
280
281void glFragmentMaterialivSGIX(GLenum face, GLenum pname, const GLint * params)
282{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected