summaryrefslogtreecommitdiffstats
path: root/tessellation.cginc
diff options
context:
space:
mode:
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 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)