summaryrefslogtreecommitdiffstats
path: root/tessellation.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-04-18 13:00:48 -0700
committeryum <yum.food.vr@gmail.com>2025-04-18 13:00:48 -0700
commit66c73e2634fb9e652728a405a9104318d051bb00 (patch)
tree4e3f8a6cc058fb110812c86732cf459210e52a1d /tessellation.cginc
parenta522e7738d75e84cc1ee1491a098421622ef1918 (diff)
add 2 more uv channels
Diffstat (limited to 'tessellation.cginc')
-rw-r--r--tessellation.cginc1
1 files changed, 1 insertions, 0 deletions
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)