| 84 | } |
| 85 | |
| 86 | void glEnableIndexedEXT(GLenum target, GLuint index) |
| 87 | { |
| 88 | return glbinding::Binding::EnableIndexedEXT(target, index); |
| 89 | } |
| 90 | |
| 91 | void glEnableVariantClientStateEXT(GLuint id) |
| 92 | { |
nothing calls this directly
no outgoing calls
no test coverage detected