diff options
| author | yum <yum.food.vr@gmail.com> | 2024-12-27 14:18:41 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-12-27 14:18:41 -0800 |
| commit | 2743c9640efcf79843b9c985e0b48dd4403fb804 (patch) | |
| tree | 5ffba6f52d57e13fc002f6ea347eb4af5c0ec2f4 /tooner.shader | |
| parent | 4f78fa07364d921d3dca811442cdf05e6a384370 (diff) | |
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.
Diffstat (limited to 'tooner.shader')
| -rw-r--r-- | tooner.shader | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
