diff options
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 |
