From 32781eb9ab83b504788198df552934ed6da08ee0 Mon Sep 17 00:00:00 2001 From: yum Date: Sat, 19 Jul 2025 19:45:39 -0700 Subject: fuck --- tessellation.cginc | 1 + 1 file changed, 1 insertion(+) (limited to 'tessellation.cginc') diff --git a/tessellation.cginc b/tessellation.cginc index 24d53ab..a89ca66 100644 --- a/tessellation.cginc +++ b/tessellation.cginc @@ -171,6 +171,7 @@ v2f domain( o.uv01 = DOMAIN_INTERP(uv01); o.uv23 = DOMAIN_INTERP(uv23); o.color = DOMAIN_INTERP(color); + o.vertexLight = DOMAIN_INTERP(vertexLight); #if defined(_TESSELLATION) && defined(_SHATTER_WAVE) #if defined(OUTLINE_PASS) -- cgit v1.2.3