summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc9
1 files changed, 6 insertions, 3 deletions
diff --git a/features.cginc b/features.cginc
index c586f4a..ab02784 100644
--- a/features.cginc
+++ b/features.cginc
@@ -2,10 +2,13 @@
#define __FEATURES_INC
//ifex _Wrapped_Lighting_Enabled==0
-#pragma shader_feature _WRAPPED_LIGHTING
+#pragma shader_feature_local _WRAPPED_LIGHTING
//endex
-//ifex _Outline_Mask_Enabled==1
-#pragma shader_feature _OUTLINE_MASK
+//ifex _Outline_Mask_Enabled==0
+#pragma shader_feature_local _OUTLINE_MASK
+//endex
+//ifex _Bump_Shadows_Enabled==0
+#pragma shader_feature_local _BUMP_SHADOWS
//endex
#endif // __FEATURES_INC