X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fambientocclusion.cpp;h=a14d35085f73562775bfd4728f51b1e6c1b31d46;hb=b07e3b2103c53e3cd6a4674eef481178ec64f2c7;hp=0cd3693b8f6ceca22255762294388b437662acc9;hpb=f14435e58bfa0fa697a06ba9a454bb30cd37d9d8;p=libs%2Fgl.git diff --git a/source/ambientocclusion.cpp b/source/ambientocclusion.cpp index 0cd3693b..a14d3508 100644 --- a/source/ambientocclusion.cpp +++ b/source/ambientocclusion.cpp @@ -75,9 +75,7 @@ namespace GL { AmbientOcclusion::AmbientOcclusion(unsigned w, unsigned h, float depth_ratio): occlude_shader(vertex_shader, occlude_fs), - occlude_shdata(occlude_shader), combine_shader(vertex_shader, combine_fs), - combine_shdata(combine_shader), quad(VERTEX2) { occlusion.storage(GL::RGB, w, h);