]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
renamed r_bloomstate to r_fb because it contains framebuffer settings
[xonotic/darkplaces.git] / client.h
index 72aaa5e06fcb1ff7c551ac262a54ddc550e4ba3e..f8acbcdd7c8b97151cf42c52cd2e866219d099dc 100644 (file)
--- a/client.h
+++ b/client.h
@@ -215,6 +215,10 @@ typedef struct rtlight_s
        int particlecache_maxparticles;
        int particlecache_updateparticle;
        rtlight_particle_t *particlecache_particles;
+
+       /// bouncegrid light info
+       float photoncolor[3];
+       float photons;
 }
 rtlight_t;
 
@@ -1657,7 +1661,7 @@ typedef struct r_refdef_view_s
        // which color components to allow (for anaglyph glasses)
        int colormask[4];
 
-       // global RGB color multiplier for rendering, this is required by HDR
+       // global RGB color multiplier for rendering
        float colorscale;
 
        // whether to call R_ClearScreen before rendering stuff
@@ -1666,7 +1670,7 @@ typedef struct r_refdef_view_s
        qboolean isoverlay;
 
        // whether to draw r_showtris and such, this is only true for the main
-       // view render, all secondary renders (HDR, mirrors, portals, cameras,
+       // view render, all secondary renders (mirrors, portals, cameras,
        // distortion effects, etc) omit such debugging information
        qboolean showdebug;