Magics-Group / wcjs-renderer

Renderer JS API for WebChimera.js
http://webchimera.org/
MIT License
40 stars 24 forks source link

call drawArrays on requestAnimationFrame #4

Closed Ivshti closed 9 years ago

Ivshti commented 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.

Ivshti commented 9 years ago

Probably a good idea to add a reference:

http://blog.chromium.org/2015/04/scheduling-tasks-intelligently-for_30.html