summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-23 00:40:33 -0700
committeryum <yum.food.vr@gmail.com>2025-06-23 00:40:33 -0700
commit6576484d1f9f1407fc40d36a1d46f5232869926c (patch)
tree3dade4e75ef55d72cfc30d9fc577abbb4b29ce95 /features.cginc
parent5393f1c9a3b6cfeae53ebba4fb10f4eb6d91fbf7 (diff)
add support for bakery normal maps
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc7
1 files changed, 7 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 98f1141..1e46f48 100644
--- a/features.cginc
+++ b/features.cginc
@@ -373,5 +373,12 @@
#pragma shader_feature_local _GRAYSCALE_LIGHTMAPS
//endex
+//ifex _Bakery_Enabled==0
+#pragma shader_feature_local _BAKERY
+#pragma shader_feature_local _BAKERY_RNM
+#pragma shader_feature_local _BAKERY_SH
+#pragma shader_feature_local _BAKERY_MONOSH
+//endex
+
#endif // __FEATURES_INC