X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbloom.h;h=2900175ff1f8ac6e34b52dfc994572aeaacbbe74;hb=c254bc3ed8df9c4113c975bdd119f127d8360f86;hp=f930f1cd20449d883e194e9654cbc8a86350c087;hpb=89451c28c2c3fcd7c1cedbe136b5f19ef9347d7c;p=libs%2Fgl.git diff --git a/source/bloom.h b/source/bloom.h index f930f1cd..2900175f 100644 --- a/source/bloom.h +++ b/source/bloom.h @@ -1,7 +1,7 @@ /* $Id$ This file is part of libmspgl -Copyright © 2009 Mikko Rasa, Mikkosoft Productions +Copyright © 2009-2011 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ @@ -33,7 +33,9 @@ private: Framebuffer fbo; Texture2D tex[2]; Program blur_shader; - ProgramData blur_shdata[2]; + ProgramData blur_shdata_common; + ProgramData blur_shdata_x; + ProgramData blur_shdata_y; Program combine_shader; ProgramData combine_shdata; Texturing combine_texturing;