Merge branch 'master' of goat:git/laserbrain_demo
[laserbrain_demo] / src / app.cc
index 07ecdec..9f58b5f 100644 (file)
@@ -559,6 +559,12 @@ void app_display()
                vp_width = win_width;
                vp_height = win_height;
 
+               if(!gfbo && !fb_srgb && sdr_post_gamma) {
+                       glViewport(0, 0, win_width, win_height);
+                       slow_post(sdr_post_gamma);
+                       glUseProgram(0);
+               }
+
                if(should_swap) {
                        app_swap_buffers();
                }