diff options
| author | yum <yum.food.vr@gmail.com> | 2025-03-27 21:38:46 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-03-27 21:38:46 -0700 |
| commit | 6d01be1827eea13d5f6cc66de763ea67e7fca631 (patch) | |
| tree | 9a1d4595ea76714783bff0ae813b886f598e288f /features.cginc | |
| parent | 36dbdde9a08c66c5be2e8b8b6c822968a73041b6 (diff) | |
Use 3d textures for vertex domain warping
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index 9a96cd2..47c9ac2 100644 --- a/features.cginc +++ b/features.cginc @@ -207,6 +207,7 @@ //ifex _Tessellation_Enabled==0 #pragma shader_feature_local _TESSELLATION #pragma shader_feature_local _TESSELLATION_HEIGHTMAP +#pragma shader_feature_local _TESSELLATION_RANGE_FACTOR //endex //ifex _Spherize_Enabled==0 |
