diff options
| author | yum <yum.food.vr@gmail.com> | 2026-07-21 15:23:33 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-07-21 15:23:33 -0700 |
| commit | 40cca6047a1cbaf9f8567aacddf67a877cdc3530 (patch) | |
| tree | a2cea92169804e5697aa975f09312b473667c997 /features.cginc | |
| parent | 025662ecf79e0df923b2394dea259540c452c4c4 (diff) | |
Add custom cubemap; fix normal filtering; make glitter tint HDR
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 6 |
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 |
