From 66c73e2634fb9e652728a405a9104318d051bb00 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 18 Apr 2025 13:00:48 -0700 Subject: add 2 more uv channels --- tessellation.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'tessellation.cginc') diff --git a/tessellation.cginc b/tessellation.cginc index fc79177..3df57b1 100644 --- a/tessellation.cginc +++ b/tessellation.cginc @@ -108,6 +108,7 @@ v2f domain( o.tangent = DOMAIN_INTERP(tangent); o.binormal = DOMAIN_INTERP(binormal); o.uv01 = DOMAIN_INTERP(uv01); + o.uv23 = DOMAIN_INTERP(uv23); #if defined(_TESSELLATION) && defined(_SHATTER_WAVE) #if defined(OUTLINE_PASS) -- cgit v1.2.3