]> git.sesse.net Git - movit/commit
Add a function to let non-input effects override texture bounce.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Nov 2015 01:09:56 +0000 (02:09 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 1 Nov 2015 01:09:56 +0000 (02:09 +0100)
commit6ec130490868eb8316cb2cdce9fbfd237d25a00e
tree847ea29e5f2c7541e333f2251271174eead12deb
parent15b0642fb679aabc45e6ef778d99494152f233b2
Add a function to let non-input effects override texture bounce.

Definitely read the comment before using; it is not for the faint
of heart. Also make ResampleEffect tolerate this kind of abuse.
effect.h
effect_chain.cpp
effect_chain.h
resample_effect.cpp