| 194 | } |
| 195 | |
| 196 | void glClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void * data) |
| 197 | { |
| 198 | return glbinding::Binding::ClearTexImage(texture, level, format, type, data); |
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected