| 654 | } |
| 655 | |
| 656 | void glCommandListSegmentsNV(GLuint list, GLuint segments) |
| 657 | { |
| 658 | return glbinding::Binding::CommandListSegmentsNV(list, segments); |
| 659 | } |
| 660 | |
| 661 | void glCompileCommandListNV(GLuint list) |
| 662 | { |
nothing calls this directly
no outgoing calls
no test coverage detected