diff options
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,7 @@ #ifndef __DATA_INC #define __DATA_INC +#include "glitter.cginc" #include "globals.cginc" // From filament: min roughness s.t. MIN_PERCEPTUAL_ROUGHNESS^4 > 0 in target @@ -89,6 +90,9 @@ struct LightData { LightCommon common; LightDirect direct; LightIndirect indirect; +#if defined(_GLITTER) + LightGlitter glitter; +#endif }; struct BrdfData { |
