| 19 | } |
| 20 | |
| 21 | GLsync glFenceSync(GLenum condition, GLbitfield flags) |
| 22 | { |
| 23 | return glbinding::Binding::FenceSync(condition, flags); |
| 24 | } |
| 25 | |
| 26 | void glFinalCombinerInputNV(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected