Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | webgl: Ignore webgl communication errors when dropping vertex array objects. | Josh Matthews | 2020-03-19 | 1 | -5/+5 |
| | |||||
* | Add VertexArrayObject support for WebGL2 | Istvan Miklos | 2020-03-13 | 1 | -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. |