| 199 | } |
| 200 | |
| 201 | void glClearTexSubImage(GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void * data) |
| 202 | { |
| 203 | return glbinding::Binding::ClearTexSubImage(texture, level, xoffset, yoffset, zoffset, width, height, depth, format, type, data); |
| 204 | } |
| 205 | |
| 206 | void glClientActiveTexture(GLenum texture) |
| 207 | { |
nothing calls this directly
no outgoing calls
no test coverage detected