From 2743c9640efcf79843b9c985e0b48dd4403fb804 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 27 Dec 2024 14:18:41 -0800 Subject: More LTCGI cleanup Debugging why shadowmap LTCGI emissions don't show up. This patch makes the shader match the appearance of the LTCGI surface shaders much more closely. --- tooner.shader | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tooner.shader') diff --git a/tooner.shader b/tooner.shader index 275cce9..025e7b1 100644 --- a/tooner.shader +++ b/tooner.shader @@ -1001,8 +1001,8 @@ Shader "yum_food/tooner" CGPROGRAM #pragma target 5.0 - #pragma multi_compile_instancing + #pragma multi_compile_instancing #pragma multi_compile_fwdbase #pragma multi_compile_fog #pragma multi_compile _ VERTEXLIGHT_ON @@ -1037,9 +1037,10 @@ Shader "yum_food/tooner" CGPROGRAM #pragma target 5.0 - #pragma multi_compile_instancing + #pragma multi_compile_instancing #pragma multi_compile_fwdadd_fullshadows + #include "feature_macros.cginc" #pragma vertex vert -- cgit v1.2.3