| 528 | } |
| 529 | |
| 530 | void GlfwCanvas::glBindFramebuffer(GLenum target, GLuint f) const { |
| 531 | fns_->pfn_glBindFramebuffer(target, f); |
| 532 | } |
| 533 | |
| 534 | void GlfwCanvas::glFramebufferTexture2D(GLenum target, |
| 535 | GLenum attachment, |
no outgoing calls
no test coverage detected