seperate projects
[carveJwlIkooP6JGAAIwe30JlM.git] / render.h
index f5b0afdbd721820ed9f427108d5bd607c585e450..765f41b51319e18ddf2bbf425c3efe6d1f52593c 100644 (file)
--- a/render.h
+++ b/render.h
@@ -4,9 +4,9 @@
 #pragma once
 #include "common.h"
 #include "model.h"
-#include "camera.h"
 #include "shader_props.h"
 #include "vg/vg_framebuffer.h"
+#include "vg/vg_camera.h"
 
 #include "shaders/blit.h"
 #include "shaders/blitblur.h"
@@ -35,10 +35,14 @@ struct pipeline
                   *fb_workshop_preview,
                   *fb_network_status;
    int ready;
+
+   v2f blur_override;
+   vg_camera cam;
 }
-static gpipeline;
+static g_render;
 
 void render_init(void);
 void render_fsquad(void);
 void render_fsquad1(void);
 void render_fsquad2(void);
+void postprocess_to_screen( vg_framebuffer *fb );