| 24 | } |
| 25 | |
| 26 | void glFinalCombinerInputNV(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage) |
| 27 | { |
| 28 | return glbinding::Binding::FinalCombinerInputNV(variable, input, mapping, componentUsage); |
| 29 | } |
| 30 | |
| 31 | void glFinish() |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected