如何在HTML5 canvas上进行vsync回调?
最佳答案
没有这样的事情。浏览器应注意进行适当的同步,您可以通过使用requestAnimationFrame()
来帮助它-例如,参见http://paulirish.com/2011/requestanimationframe-for-smart-animating/和https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame。
关于html - 如何在HTML5 canvas上获取vsync回调?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6025661/