| 468 | } |
| 469 | |
| 470 | void GlfwCanvas::glGenTextures(GLsizei n, GLuint* t) const { |
| 471 | fns_->pfn_glGenTextures(n, t); |
| 472 | } |
| 473 | |
| 474 | void GlfwCanvas::glDeleteTextures(GLsizei n, const GLuint* t) const { |
| 475 | fns_->pfn_glDeleteTextures(n, t); |
no outgoing calls
no test coverage detected