summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc
index ad7f6d4..10f0556 100644
--- a/globals.cginc
+++ b/globals.cginc
@@ -166,6 +166,10 @@ float _Ray_Marching_Hexagon_Radius;
float _Ray_Marching_Hexagon_Height;
#endif // _RAY_MARCHING_HEXAGON
+#if defined(_INSTANCE_DISTANCE_CULLING)
+float _Instance_Distance_Culling_Distance;
+#endif // _INSTANCE_DISTANCE_CULLING
+
#if defined(_PARALLAX_HEIGHTMAP)
texture2D _Parallax_Heightmap;
float4 _Parallax_Heightmap_ST;