]> git.sesse.net Git - movit/commit
Add an effect for complex multiplication.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 10 Mar 2014 23:33:58 +0000 (00:33 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 10 Mar 2014 23:33:58 +0000 (00:33 +0100)
commit860d514c63758cb91eb301ce4dc08bb984a835b0
treefb26fb0911704763675c5bfe92bed75926f7e94b
parente9f0fb5e6ae193a5a853ac5aef82927b6a81267a
Add an effect for complex multiplication.

This is another building block to make the FFTs useful.
Makefile.in
complex_modulate_effect.cpp [new file with mode: 0644]
complex_modulate_effect.frag [new file with mode: 0644]
complex_modulate_effect.h [new file with mode: 0644]
complex_modulate_effect_test.cpp [new file with mode: 0644]