From a522e7738d75e84cc1ee1491a098421622ef1918 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 11 Apr 2025 19:17:06 -0700 Subject: add rough ability to nudge tessellation heightmap direction --- features.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 766d1cd..faffddd 100644 --- a/features.cginc +++ b/features.cginc @@ -223,6 +223,7 @@ //ifex _Tessellation_Enabled==0 #pragma shader_feature_local _TESSELLATION #pragma shader_feature_local _TESSELLATION_HEIGHTMAP +#pragma shader_feature_local _TESSELLATION_HEIGHTMAP_DIRECTION_CONTROL #pragma shader_feature_local _TESSELLATION_RANGE_FACTOR //endex -- cgit v1.2.3