]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.h
Rollback last change which was meant to be many smaller pieces.
[xonotic/darkplaces.git] / r_shadow.h
index 10f8e1e0606bf071f99c22a78b5234d93cb737d9..30403f4b623de40e25bf758e53405855f616258c 100644 (file)
@@ -57,7 +57,6 @@ typedef struct r_shadow_bouncegrid_settings_s
        float energyperphoton;
        float spacing[3];
        int stablerandom;
        float energyperphoton;
        float spacing[3];
        int stablerandom;
-       float bounceminimumintensity2;
 }
 r_shadow_bouncegrid_settings_t;
 
 }
 r_shadow_bouncegrid_settings_t;
 
@@ -87,11 +86,7 @@ typedef struct r_shadow_bouncegrid_state_s
        // per-frame data that is very temporary
        int numsplatpaths;
        struct r_shadow_bouncegrid_splatpath_s *splatpaths;
        // per-frame data that is very temporary
        int numsplatpaths;
        struct r_shadow_bouncegrid_splatpath_s *splatpaths;
-       int highpixels_index; // which one is active - this toggles when doing blur
-       float *highpixels; // equals blurpixels[highpixels_index]
-       float *blurpixels[2];
-       unsigned char *u8pixels; // temporary processing buffer when outputting to rgba8 format
-       unsigned short *fp16pixels; // temporary processing buffer when outputting to rgba16f format
+       float *highpixels;
 }
 r_shadow_bouncegrid_state_t;
 
 }
 r_shadow_bouncegrid_state_t;