| 144 | } |
| 145 | |
| 146 | void glClearIndex(GLfloat c) |
| 147 | { |
| 148 | return glbinding::Binding::ClearIndex(c); |
| 149 | } |
| 150 | |
| 151 | void glClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected