From f46f3023bb716950db30b48c245c82ad2d6ad2a3 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 25 Mar 2025 18:12:12 -0700 Subject: Begin sketching out tessellation feature --- features.cginc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index 1b2b70a..163da78 100644 --- a/features.cginc +++ b/features.cginc @@ -200,9 +200,13 @@ #pragma shader_feature_local _SHATTER_WAVE //endex -//ifex _Mirror_UVs_In_Mirror==0 +//ifex _Mirror_UVs_In_Mirror_Enabled==0 #pragma shader_feature_local _MIRROR_UVS_IN_MIRROR //endex +//ifex _Tessellation_Enabled==0 +#pragma shader_feature_local _TESSELLATION +//endex + #endif // __FEATURES_INC -- cgit v1.2.3