| 472 | } |
| 473 | |
| 474 | void GlfwCanvas::glDeleteTextures(GLsizei n, const GLuint* t) const { |
| 475 | fns_->pfn_glDeleteTextures(n, t); |
| 476 | } |
| 477 | |
| 478 | void GlfwCanvas::glBindTexture(GLenum tg, GLuint t) const { |
| 479 | fns_->pfn_glBindTexture(tg, t); |
no outgoing calls
no test coverage detected