X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbloom.cpp;h=7c4338f8e1fe975706b677ec810e42b9dd91bd36;hp=040fd6c7b1fa5ea5f995aafc4e45784665a87269;hb=cd446554e998204eaba22504b7b28227feb8edbb;hpb=2f09d68a0844d2838d116d93d3ecc69723b52f16 diff --git a/source/bloom.cpp b/source/bloom.cpp index 040fd6c7..7c4338f8 100644 --- a/source/bloom.cpp +++ b/source/bloom.cpp @@ -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); }