summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc8
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index 1d9f291..80ba634 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -535,4 +535,12 @@ float4 _SSAO_Noise_TexelSize;
float _SSAO_Bias;
#endif // _SSAO
+#if defined(_RAYMARCHED_FOG)
+float _Raymarched_Fog_Steps;
+float _Raymarched_Fog_Density;
+texture2D _Raymarched_Fog_Dithering_Noise;
+texture3D _Raymarched_Fog_Density_Noise;
+float4 _Raymarched_Fog_Density_Noise_Scale;
+#endif // _RAYMARCHED_FOG
+
#endif // __GLOBALS_INC