summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc8
1 files changed, 8 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 705939c..e3e7f6a 100644
--- a/features.cginc
+++ b/features.cginc
@@ -23,4 +23,12 @@
#pragma shader_feature_local _CLOTH_SHEEN
//endex
+//ifex _Custom31_Tubes_Enabled==0
+#pragma shader_feature_local _CUSTOM31_TUBES
+//endex
+
+//ifex _Unlit==0
+#pragma shader_feature_local _UNLIT
+//endex
+
#endif // __FEATURES_INC