summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 9b1cfe2..44d10d5 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -759,4 +759,10 @@ float _Trochoid_r_Power;
texture2D _Trochoid_Color_Ramp;
#endif // _TROCHOID
+#if defined(_QUASI_SHADOWS)
+float4 _Quasi_Shadows_0_Color;
+float _Quasi_Shadows_0_Threshold;
+float _Quasi_Shadows_0_Width;
+#endif // _QUASI_SHADOWS
+
#endif // __GLOBALS_INC