diff options
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index d6ba34d..c6786d4 100644 --- a/features.cginc +++ b/features.cginc @@ -30,10 +30,17 @@ //ifex _Custom31_Tubes_Enabled==0 #pragma shader_feature_local _CUSTOM31_TUBES +#pragma shader_feature_local _CUSTOM31_XZ_TUBE +#pragma shader_feature_local _CUSTOM31_YZ_TUBE +#pragma shader_feature_local _CUSTOM31_XY_TUBE //endex //ifex _Unlit==0 #pragma shader_feature_local _UNLIT //endex +//ifex _UV_Scroll_Enabled==0 +#pragma shader_feature_local _UV_SCROLL +//endex + #endif // __FEATURES_INC |
