summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc5
1 files changed, 5 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 22d707b..341e08b 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -536,12 +536,17 @@ float _SSAO_Bias;
#endif // _SSAO
#if defined(_RAYMARCHED_FOG)
+float3 _Raymarched_Fog_Color;
float _Raymarched_Fog_Steps;
float _Raymarched_Fog_Density;
texture2D _Raymarched_Fog_Dithering_Noise;
+float4 _Raymarched_Fog_Dithering_Noise_TexelSize;
texture3D _Raymarched_Fog_Density_Noise;
float4 _Raymarched_Fog_Density_Noise_Scale;
float _Raymarched_Fog_Y_Cutoff;
+float _Raymarched_Fog_Height_Density_Min;
+float _Raymarched_Fog_Height_Density_Max;
+float _Raymarched_Fog_Height_Density_Power;
#endif // _RAYMARCHED_FOG
#endif // __GLOBALS_INC