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

Function glFinalCombinerInputNV

source/glbinding/source/gl/functions_f.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void glFinalCombinerInputNV(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
27{
28 return glbinding::Binding::FinalCombinerInputNV(variable, input, mapping, componentUsage);
29}
30
31void glFinish()
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected