| 444 | } |
| 445 | |
| 446 | void GlfwCanvas::glDeleteBuffers(GLsizei n, const GLuint* b) const { |
| 447 | fns_->pfn_glDeleteBuffers(n, b); |
| 448 | } |
| 449 | |
| 450 | void GlfwCanvas::glBindBuffer(GLenum t, GLuint b) const { |
| 451 | fns_->pfn_glBindBuffer(t, b); |
no outgoing calls
no test coverage detected