diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-12 15:00:47 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-12 15:00:47 -0700 |
| commit | 6ac3da1b0bd363d70c2f6e4b7b921f2f929dedac (patch) | |
| tree | cc09ebbdd7bd101bccd2f9d594279f5f66370c63 /features.cginc | |
| parent | d2090f73f3e4f08cdbd3c3b82eb7f3ba9f459dd0 (diff) | |
add uv scroll, aniso16, and finish tubes
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 |
