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

This commit is contained in:
2019-05-27 16:36:51 +00:00
parent 09e7268779
commit bb75525a3b
37 changed files with 926 additions and 683 deletions

View File

@@ -43,7 +43,7 @@ private:
typedef QPair<QString, QOpenGLShaderProgram **> ShaderPair;
int cplc, lights_per_pass;
double exposure_;
float exposure_;
GLFramebuffer fbo_g, fbo_out, fbo_hsmall;
QOpenGLShaderProgram * shader_fxaa, * shader_ds_0, * shader_ds_1, * shader_hdr, * shader_small;
QOpenGLShaderProgram * shader_bloom_0, * shader_bloom_1, * shader_motion_blur, * shader_fbo_add;