]> git.sesse.net Git - movit/commitdiff
Add a shared ResourcePool to share resources between EffectChains.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 17 Jan 2014 21:25:12 +0000 (22:25 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 17 Jan 2014 21:25:12 +0000 (22:25 +0100)
Right now in this first implementation, we only share shaders,
which mainly saves compile time when multiple EffectChains are
similar (e.g., many clips all are modified by white balance only).
However, in the future, the plan is for them to also be able to
share temporary textures.


No differences found