test for variable render scale
[carveJwlIkooP6JGAAIwe30JlM.git] / common.h
index 9eda6f67ae0e59dfcf76c8fd39b0f26d46d7d8ae..24c7815071fb8df17020148703c23bd80ed02403 100644 (file)
--- a/common.h
+++ b/common.h
@@ -120,6 +120,9 @@ VG_STATIC int   k_debug_light_indices = 0,
                 k_debug_light_complexity = 0,
                 k_light_preview = 0;
 
+VG_STATIC int   g_render_x = 1,
+                g_render_y = 1;
+
 VG_STATIC int freecam = 0;
 VG_STATIC int walk_grid_iterations = 1;
 VG_STATIC float fc_speed = 10.0f;