X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=diffusion_effect.cpp;h=8d2903bb8e17e08e571a13da8e47a1789fa8fbd9;hp=4e996b83ed999693ea37119375d3d01811ffcc8e;hb=1e2d23133575fc1cfeb14652e4b383883bf24512;hpb=e0911a55394fd2b2dac393017950a39fa3e688c8 diff --git a/diffusion_effect.cpp b/diffusion_effect.cpp index 4e996b8..8d2903b 100644 --- a/diffusion_effect.cpp +++ b/diffusion_effect.cpp @@ -12,11 +12,6 @@ DiffusionEffect::DiffusionEffect() { } -std::string DiffusionEffect::output_fragment_shader() -{ - return read_file("sandbox_effect.frag"); -} - void DiffusionEffect::add_self_to_effect_chain(EffectChain *chain, const std::vector &inputs) { assert(inputs.size() == 1); blur->add_self_to_effect_chain(chain, inputs);