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 --- globals.cginc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index d1fc5b6..ba223ee 100644 --- a/globals.cginc +++ b/globals.cginc @@ -424,4 +424,9 @@ float _Shatter_Wave_Power; float3 _Shatter_Wave_Direction; #endif // _SHATTER_WAVE +#if defined(_TESSELLATION) +float3 _Tessellation_Edge_Factors; +float _Tessellation_Inside_Factor; +#endif // _TESSELLATION + #endif // __GLOBALS_INC -- cgit v1.2.3