]> git.tdb.fi Git - libs/gl.git/blobdiff - source/bloom.cpp
Remove support for texture borders
[libs/gl.git] / source / bloom.cpp
index 040fd6c7b1fa5ea5f995aafc4e45784665a87269..7c4338f8e1fe975706b677ec810e42b9dd91bd36 100644 (file)
@@ -76,7 +76,7 @@ Bloom::Bloom(unsigned w, unsigned h):
        {
                blur_shdata[i].uniform(loc, 0);
                tex[i].set_min_filter(NEAREST);
-               tex[i].storage(RGB16F, w, h, 0);
+               tex[i].storage(RGB16F, w, h);
                tex[i].image(0, RGB, UNSIGNED_BYTE, 0);
        }