summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc12
1 files changed, 12 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
new file mode 100644
index 0000000..c586f4a
--- /dev/null
+++ b/features.cginc
@@ -0,0 +1,12 @@
+#ifndef __FEATURES_INC
+#define __FEATURES_INC
+
+//ifex _Wrapped_Lighting_Enabled==0
+#pragma shader_feature _WRAPPED_LIGHTING
+//endex
+//ifex _Outline_Mask_Enabled==1
+#pragma shader_feature _OUTLINE_MASK
+//endex
+
+#endif // __FEATURES_INC
+