| 79 | } |
| 80 | |
| 81 | void glEnablei(GLenum target, GLuint index) |
| 82 | { |
| 83 | return glbinding::Binding::Enablei(target, index); |
| 84 | } |
| 85 | |
| 86 | void glEnableIndexedEXT(GLenum target, GLuint index) |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected