summaryrefslogtreecommitdiffstats
path: root/features.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-03-27 21:38:46 -0700
committeryum <yum.food.vr@gmail.com>2025-03-27 21:38:46 -0700
commit6d01be1827eea13d5f6cc66de763ea67e7fca631 (patch)
tree9a1d4595ea76714783bff0ae813b886f598e288f /features.cginc
parent36dbdde9a08c66c5be2e8b8b6c822968a73041b6 (diff)
Use 3d textures for vertex domain warping
Diffstat (limited to 'features.cginc')
-rw-r--r--features.cginc1
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