X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fbloom.cpp;h=db10c3b26fc45b3c7b0c28ba4c51687ef964a13d;hb=c216893af147042e40c389e2530e71277c343044;hp=0e5ce9d616d9f6827aec8b80b029e87c15e0aba0;hpb=656b4577fccfb02bea747871e5ab10148f002443;p=libs%2Fgl.git diff --git a/source/bloom.cpp b/source/bloom.cpp index 0e5ce9d6..db10c3b2 100644 --- a/source/bloom.cpp +++ b/source/bloom.cpp @@ -126,7 +126,7 @@ void Bloom::set_strength(float s) combine_shdata.uniform(combine_shader.get_uniform_location("strength"), s); } -void Bloom::render(const Texture2D &src) +void Bloom::render(const Texture2D &src, const Texture2D &) { const Framebuffer *dest = Framebuffer::current(); blur_shader.bind();