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

This commit is contained in:
2015-11-27 13:33:09 +00:00
parent 57d7920d8a
commit 8f3506b4a0
16 changed files with 215 additions and 25 deletions

View File

@@ -45,7 +45,8 @@ private:
int cplc, BUG[8], lights_per_pass;
double exposure_;
GLFramebuffer fbo_g, fbo_out, fbo_hsmall;
QGLShaderProgram * shader_fxaa, * shader_ds_0, * shader_ds_1, * shader_hdr, * shader_small, * shader_motion_blur;
QGLShaderProgram * shader_fxaa, * shader_ds_0, * shader_ds_1, * shader_hdr, * shader_small;
QGLShaderProgram * shader_bloom_0, * shader_bloom_1, * shader_motion_blur, * shader_fbo_add;
QVector<ShaderPair> shaders;
QMatrix4x4 prev_view, prev_proj;