| 104 | } |
| 105 | |
| 106 | void glEnableVertexArrayEXT(GLuint vaobj, GLenum array) |
| 107 | { |
| 108 | return glbinding::Binding::EnableVertexArrayEXT(vaobj, array); |
| 109 | } |
| 110 | |
| 111 | void glEnableVertexAttribAPPLE(GLuint index, GLenum pname) |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected