| 384 | } |
| 385 | |
| 386 | void glDisablei(GLenum target, GLuint index) |
| 387 | { |
| 388 | return glbinding::Binding::Disablei(target, index); |
| 389 | } |
| 390 | |
| 391 | void glDisableIndexedEXT(GLenum target, GLuint index) |
| 392 | { |
nothing calls this directly
no outgoing calls
no test coverage detected