summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-03-16 19:35:38 -0700
committeryum <yum.food.vr@gmail.com>2026-03-16 19:35:38 -0700
commita0c233000c210273ca93c0444413fd45b1e6c928 (patch)
tree6928b8ded04f04dc670f049ccbdd673360c1b516 /features.cginc
parent11e9d97c5ac694773149d6059f90c670b9c00262 (diff)
Begin work on cloth (again)
Diffstat (limited to 'features.cginc')
-rwxr-xr-xfeatures.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 9a9c8fd..79c5001 100755
--- a/features.cginc
+++ b/features.cginc
@@ -223,4 +223,8 @@
#pragma shader_feature_local _RIM_LIGHTING0_MASK
//endex
+//ifex _Cloth_Enabled==0
+#pragma shader_feature_local _CLOTH
+//endex
+
#endif // __FEATURES_INC