summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-10-12 22:13:26 -0700
committeryum <yum.food.vr@gmail.com>2025-10-12 22:13:26 -0700
commit5bfbb660c7213cdd14c9bde2349b3a09ccdaff4e (patch)
tree205a13ad50548d70779bcb0303695a53e84486e8 /features.cginc
parent228e555dbd07dd1a332a07770106dfd98f918c9b (diff)
add shadowcaster
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 5ab9cb6..3788d6d 100644
--- a/features.cginc
+++ b/features.cginc
@@ -52,4 +52,8 @@
#pragma shader_feature_local _CENTER_OFFSET
//endex
+//ifex _Shadow_Caster_Enabled==0
+#pragma shader_feature_local _SHADOW_CASTER
+//endex
+
#endif // __FEATURES_INC