| 199 | } |
| 200 | |
| 201 | void glBindImageTextures(GLuint first, GLsizei count, const GLuint * textures) |
| 202 | { |
| 203 | return glbinding::Binding::BindImageTextures(first, count, textures); |
| 204 | } |
| 205 | |
| 206 | GLuint glBindLightParameterEXT(GLenum light, GLenum value) |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected