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 341e08b..2768202 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -544,9 +544,15 @@ float4 _Raymarched_Fog_Dithering_Noise_TexelSize;
texture3D _Raymarched_Fog_Density_Noise;
float4 _Raymarched_Fog_Density_Noise_Scale;
float _Raymarched_Fog_Y_Cutoff;
+float3 _Raymarched_Fog_Velocity;
+#if defined(_RAYMARCHED_FOG_DENSITY_EXPONENT)
+float _Raymarched_Fog_Density_Exponent;
+#endif
+#if defined(_RAYMARCHED_FOG_HEIGHT_DENSITY)
float _Raymarched_Fog_Height_Density_Min;
float _Raymarched_Fog_Height_Density_Max;
float _Raymarched_Fog_Height_Density_Power;
+#endif
#endif // _RAYMARCHED_FOG
#endif // __GLOBALS_INC