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

Function glCombinerParameterfNV

source/glbinding/source/gl/functions_c.cpp:631–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631void glCombinerParameterfNV(GLenum pname, GLfloat param)
632{
633 return glbinding::Binding::CombinerParameterfNV(pname, param);
634}
635
636void glCombinerParameterfvNV(GLenum pname, const GLfloat * params)
637{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected