| 459 | } |
| 460 | |
| 461 | void GlfwCanvas::glEnableVertexAttribArray(GLuint i) const { |
| 462 | fns_->pfn_glEnableVertexAttribArray(i); |
| 463 | } |
| 464 | |
| 465 | void GlfwCanvas::glVertexAttribPointer( |
| 466 | GLuint i, GLint s, GLenum t, GLboolean n, GLsizei st, const void* p) const { |