summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'features.cginc')
-rwxr-xr-xfeatures.cginc12
1 files changed, 12 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 53ed832..a3be4bc 100755
--- a/features.cginc
+++ b/features.cginc
@@ -162,4 +162,16 @@
#pragma shader_feature_local _IMPOSTORS_DEPTH
//endex
+//ifex _Matcap0_Enabled==0
+#pragma shader_feature_local _MATCAP0
+#pragma shader_feature_local _MATCAP0_QUANTIZATION
+#pragma shader_feature_local _MATCAP0_MASK
+//endex
+
+//ifex _Rim_Lighting0_Enabled==0
+#pragma shader_feature_local _RIM_LIGHTING0
+#pragma shader_feature_local _RIM_LIGHTING0_QUANTIZATION
+#pragma shader_feature_local _RIM_LIGHTING0_MASK
+//endex
+
#endif // __FEATURES_INC