Closed Ivshti closed 9 years ago
As we discussed, it's a good practice to call drawArrays on requestAnimationFrame. Having an animation frame requested could hint chromium to ensure this function gets called in time.
Probably a good idea to add a reference:
http://blog.chromium.org/2015/04/scheduling-tasks-intelligently-for_30.html
As we discussed, it's a good practice to call drawArrays on requestAnimationFrame. Having an animation frame requested could hint chromium to ensure this function gets called in time.