bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

Use Vertex Array Objects #307

Open mnordine opened 6 years ago

mnordine commented 6 years ago

Vertex Array Objects are available on the vast majority of devices today: http://webglstats.com/webgl/extension/OES_vertex_array_object

And can increase performance by allowing drivers to optimize rendering: https://blog.tojicode.com/2012/10/oesvertexarrayobject-extension.html