| 19 | } |
| 20 | |
| 21 | void glEdgeFlagPointer(GLsizei stride, const void * pointer) |
| 22 | { |
| 23 | return glbinding::Binding::EdgeFlagPointer(stride, pointer); |
| 24 | } |
| 25 | |
| 26 | void glEdgeFlagPointerEXT(GLsizei stride, GLsizei count, const GLboolean * pointer) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected