| 554 | } |
| 555 | |
| 556 | void glColorPointer(GLint size, GLenum type, GLsizei stride, const void * pointer) |
| 557 | { |
| 558 | return glbinding::Binding::ColorPointer(size, type, stride, pointer); |
| 559 | } |
| 560 | |
| 561 | void glColorPointerEXT(GLint size, GLenum type, GLsizei stride, GLsizei count, const void * pointer) |
| 562 | { |
nothing calls this directly
no outgoing calls
no test coverage detected