]> git.sesse.net Git - movit/commit
Split inputs into a separate class (descending from Effect) instead of handling them...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 5 Oct 2012 22:24:33 +0000 (00:24 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 5 Oct 2012 22:24:33 +0000 (00:24 +0200)
commitd3cf1194740dbecde06f5e721a7e1910437a7666
tree40be79d7ebbb9aec0c956e9fa0d1c28d3fe64242
parentf6acc0d1d488567e651220ffd327591c1443f49b
Split inputs into a separate class (descending from Effect) instead of handling them as a special case in EffectChain. Kills some special cases, and paves the road for multiple master inputs soon.
Makefile
effect.cpp
effect_chain.cpp
effect_chain.h
input.cpp [new file with mode: 0644]
input.frag [new file with mode: 0644]
input.h [new file with mode: 0644]
main.cpp