| 14 | } |
| 15 | |
| 16 | void glEdgeFlagFormatNV(GLsizei stride) |
| 17 | { |
| 18 | return glbinding::Binding::EdgeFlagFormatNV(stride); |
| 19 | } |
| 20 | |
| 21 | void glEdgeFlagPointer(GLsizei stride, const void * pointer) |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected