git-svn-id: svn://db.shs.com.ru/libs@666 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-12-10 11:48:25 +00:00
parent 9d05dbe6da
commit 94c6536477
11 changed files with 71 additions and 56 deletions

View File

@@ -26,6 +26,7 @@
class TonemappingProc: public QThread
{
friend class Renderer;
friend class QGLView;
public:
TonemappingProc(Renderer * rend);
virtual ~TonemappingProc();
@@ -50,7 +51,7 @@ private:
QVector<float> last_max;
float frame_max, cur_max;
bool need_render_sum;
bool need_render_sum, enabled;
volatile bool exit_;
int timer_tone, timer_delim;
Framebuffer fbo_1x1;