summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-07-21 15:23:33 -0700
committeryum <yum.food.vr@gmail.com>2026-07-21 15:23:33 -0700
commit40cca6047a1cbaf9f8567aacddf67a877cdc3530 (patch)
treea2cea92169804e5697aa975f09312b473667c997 /features.cginc
parent025662ecf79e0df923b2394dea259540c452c4c4 (diff)
Add custom cubemap; fix normal filtering; make glitter tint HDR
Diffstat (limited to 'features.cginc')
-rwxr-xr-xfeatures.cginc6
1 files changed, 6 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc
index 5d560a6..819a9bf 100755
--- a/features.cginc
+++ b/features.cginc
@@ -1,6 +1,12 @@
#ifndef __FEATURES_INC
#define __FEATURES_INC
+//ifex _Custom_Cubemap_Enabled==0
+#if defined(FORWARD_BASE_PASS) || defined(OUTLINES_PASS)
+#pragma shader_feature_local _CUSTOM_CUBEMAP
+#endif
+//endex
+
//ifex _Emissions_Enabled==0
#pragma shader_feature_local _EMISSIONS
//endex