small refactoring

This commit is contained in:
2021-05-31 12:47:46 +03:00
parent 5eaa20202b
commit a9f7408e71
44 changed files with 86 additions and 595 deletions

View File

@@ -49,18 +49,15 @@ private:
QMutex mutex;
QVector<QVector4D> last_data;
QVector<float> last_max;
float frame_max, cur_max;
bool need_render_sum, enabled;
std::atomic_bool exit_;
int timer_tone, timer_delim;
Framebuffer fbo_1x1;
FramebufferMipmap fbomm;
QOpenGLShaderProgram * shader_sum;
Buffer buffer_vbo;
GLenum vbo_vao;
};
#endif // RENDERER_H