]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
added HDR bloom feature, not very different from bloom but looks better, runs a bit...
[xonotic/darkplaces.git] / client.h
index 7a9fdc7c2a12eaedca02a48f130c89da1b486b60..a35160d7f97d01bca16dc0976a6f61dde776ebdd 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1265,6 +1265,9 @@ typedef struct r_view_s
 
        // which color components to allow (for anaglyph glasses)
        int colormask[4];
+
+       // global RGB color multiplier for rendering, this is required by HDR
+       float colorscale;
 }
 r_view_t;