X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fambientocclusion.h;h=71a9270337a0d8517ab848ad2a9dd11dad22d548;hp=b0030c5917d56e0c785600d336517448bf0cb805;hb=9489e2fe00469212c42a38fd8c77a15a8ad9e465;hpb=e6bb00e2d6b817b81a555b6cbebe3ba4ec28cf80 diff --git a/source/effects/ambientocclusion.h b/source/effects/ambientocclusion.h index b0030c59..71a92703 100644 --- a/source/effects/ambientocclusion.h +++ b/source/effects/ambientocclusion.h @@ -46,6 +46,7 @@ private: mutable ProgramData shdata; const Mesh &quad; const Sampler &linear_sampler; + const Sampler &nearest_clamp_sampler; const Sampler &nearest_sampler; public: