| 54 | } |
| 55 | |
| 56 | void glElementPointerATI(GLenum type, const void * pointer) |
| 57 | { |
| 58 | return glbinding::Binding::ElementPointerATI(type, pointer); |
| 59 | } |
| 60 | |
| 61 | void glEnable(GLenum cap) |
| 62 | { |
nothing calls this directly
no outgoing calls
no test coverage detected