summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-12-01 16:16:20 -0800
committeryum <yum.food.vr@gmail.com>2025-12-01 16:16:20 -0800
commitd1e5b99e569113b0458edb5b0d71601d52ce9c47 (patch)
tree14a233b610f6dcf23f7d749d1fcad455526379c6 /features.cginc
parent66ea1231a2ae1c830269d7ecc2cdce78fc8e9897 (diff)
add basic shadows feature, a la liltoon
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 63f2929..eedcc99 100644
--- a/features.cginc
+++ b/features.cginc
@@ -491,5 +491,9 @@
#pragma shader_feature_local _TROCHOID
//endex
+//ifex _Quasi_Shadows_Enabled==0
+#pragma shader_feature_local _QUASI_SHADOWS
+//endex
+
#endif // __FEATURES_INC