summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-07 13:48:04 -0800
committeryum <yum.food.vr@gmail.com>2025-03-07 13:48:04 -0800
commit08762a99117fdddb3b48b450d02dd515b3eb78af (patch)
treeb3c9fc04e08bc7311f81775aedbeea060a6204ac /features.cginc
parent39f1d5d72d3395b4ee2ee6d0d2304a33674f2092 (diff)
Add fallback cubemap feature
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc4
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index e6782f6..820c045 100644
--- a/features.cginc
+++ b/features.cginc
@@ -22,6 +22,10 @@
#pragma shader_feature_local _EMISSION
//endex
+//ifex _Fallback_Cubemap_Enabled==0
+#pragma shader_feature_local _FALLBACK_CUBEMAP
+//endex
+
//ifex _Wrapped_Lighting_Enabled==0
#pragma shader_feature_local _WRAPPED_LIGHTING
//endex