X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fambientocclusion.h;h=fd3b6574cbbdfec1b83b2244d1e5e744cf003532;hp=0171d89e87ac2e781ba267f72d67e918ff3d29c1;hb=5bb193f930fb8738d099d630c4d625d82c1215b5;hpb=cd15da52eac6471f860f4232161c451530dc9bd4 diff --git a/source/effects/ambientocclusion.h b/source/effects/ambientocclusion.h index 0171d89e..fd3b6574 100644 --- a/source/effects/ambientocclusion.h +++ b/source/effects/ambientocclusion.h @@ -1,17 +1,15 @@ #ifndef MSP_GL_AMBIENTOCCLUSION_H_ #define MSP_GL_AMBIENTOCCLUSION_H_ -#include "framebuffer.h" -#include "mesh.h" #include "postprocessor.h" -#include "program.h" #include "programdata.h" #include "rendertarget.h" -#include "texture2d.h" namespace Msp { namespace GL { +class Program; + /** Implements screen-space ambient occlusion.