diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-31 14:51:18 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-31 14:51:28 -0700 |
| commit | e595ed41ef130d9883a9f9a4b9566c285f0abde3 (patch) | |
| tree | 66422cffc796e937ec322aa328151cb5f788df84 /features.cginc | |
| parent | 38c22e393570433bf343c74cf69a1b5542de6c57 (diff) | |
Put maintex burley tiling into optional branch; add optional rotation feature
Diffstat (limited to 'features.cginc')
| -rwxr-xr-x | features.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 1d3d1d1..57c2191 100755 --- a/features.cginc +++ b/features.cginc @@ -242,11 +242,13 @@ //ifex _Burley_Tiling_Enabled==0 #pragma shader_feature_local _BURLEY_TILING +#pragma shader_feature_local _BURLEY_TILING_MAINTEX #pragma shader_feature_local _BURLEY_TILING_AMBIENT_OCCLUSION #pragma shader_feature_local _BURLEY_TILING_HEIGHTMAP #pragma shader_feature_local _BURLEY_TILING_SMOOTHNESS #pragma shader_feature_local _BURLEY_TILING_SMOOTHNESS_INVERT #pragma shader_feature_local _BURLEY_TILING_NORMAL +#pragma shader_feature_local _BURLEY_TILING_ROTATION_CONSTRAINT //endex #endif // __FEATURES_INC |
