]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effects/bloom.h
Access builtin resources through a global instance
[libs/gl.git] / source / effects / bloom.h
index f2d9db7f01a99363da50219728a2d239b91fee76..7315075b1f68c43553ba1de7f103834ef4cc947c 100644 (file)
@@ -36,7 +36,7 @@ public:
 
                Template();
 
-               virtual Bloom *create(Resources &, unsigned, unsigned) const;
+               virtual Bloom *create(unsigned, unsigned) const;
        };
 
 private:
@@ -50,7 +50,7 @@ private:
        const Sampler &linear_sampler;
 
 public:
-       Bloom(Resources &, unsigned, unsigned);
+       Bloom(unsigned, unsigned);
        ~Bloom();
 
        /** Sets the σ value of the gaussian blur.  Values much larger than 4.0 are