git-svn-id: svn://db.shs.com.ru/libs@666 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user