aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/vertexarrayobject.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add VertexArrayObject support for WebGL2Istvan Miklos2020-03-131-0/+296
The implementation was already in place for OpenGL ES. My approach with this patch is to add support for WebGL2 by sharing the implementation between the WebGL2 and GLES.