Adds optional FPS limit for updating videos (#5355)
* Allows developer to limit the texture update rate of videos
Can really help the performance; no need to be updating the texture when no change to the video has occured
https://github.com/pixijs/pixi.js/issues/4789

* Updated autoDetectResource docs, and added a test for the updateFPS setting & property for VideoResource
1 parent 128854d commit 8e9402301da154286a07057416c19e0f8c164ddd
@Dave Moore Dave Moore authored on 14 Jan 2019
Matt Karl committed on 14 Jan 2019
Showing 3 changed files
View
packages/core/src/textures/resources/VideoResource.js
View
packages/core/src/textures/resources/autoDetectResource.js
View
packages/core/test/VideoResource.js