| 409 | } |
| 410 | |
| 411 | void glDisableVertexArrayEXT(GLuint vaobj, GLenum array) |
| 412 | { |
| 413 | return glbinding::Binding::DisableVertexArrayEXT(vaobj, array); |
| 414 | } |
| 415 | |
| 416 | void glDisableVertexAttribAPPLE(GLuint index, GLenum pname) |
| 417 | { |
nothing calls this directly
no outgoing calls
no test coverage detected