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

Function glCombinerInputNV

source/glbinding/source/gl/functions_c.cpp:621–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void glCombinerInputNV(GLenum stage, GLenum portion, GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
622{
623 return glbinding::Binding::CombinerInputNV(stage, portion, variable, input, mapping, componentUsage);
624}
625
626void glCombinerOutputNV(GLenum stage, GLenum portion, GLenum abOutput, GLenum cdOutput, GLenum sumOutput, GLenum scale, GLenum bias, GLboolean abDotProduct, GLboolean cdDotProduct, GLboolean muxSum)
627{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected