| 516 | } |
| 517 | |
| 518 | void GlfwCanvas::glPixelStorei(GLenum p, GLint v) const { |
| 519 | fns_->pfn_glPixelStorei(p, v); |
| 520 | } |
| 521 | |
| 522 | void GlfwCanvas::glDrawArrays(GLenum m, GLint f, GLsizei c) const { |
| 523 | fns_->pfn_glDrawArrays(m, f, c); |
no outgoing calls
no test coverage detected