diff options
| author | yum <yum.food.vr@gmail.com> | 2025-02-24 03:08:28 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-02-24 03:08:35 -0800 |
| commit | 6b6920cfde43d84c59d757b7b96ccabe46d6d75a (patch) | |
| tree | 8bf5472d1305902c5badb654dd88a7d824301a34 /2ner.shader | |
| parent | cd10b0140515cd70630564694dcff0f4616b2e4d (diff) | |
Extra stencil color pass behaves as base pass when disabled and not locked
Diffstat (limited to '2ner.shader')
| -rw-r--r-- | 2ner.shader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/2ner.shader b/2ner.shader index 8ccd63c..f6e4626 100644 --- a/2ner.shader +++ b/2ner.shader @@ -340,7 +340,7 @@ Shader "yum_food/2ner" //ifex _ExtraStencilColorPass_Enabled==0 [HideInInspector] m_start_ExtraStencilColorPass("Extra stencil color pass", Float) = 0 - [ThryToggle(_)] _ExtraStencilColorPass_Enabled("Enable", Float) = 0 + [ThryToggle(_EXTRA_STENCIL_COLOR_PASS)] _ExtraStencilColorPass_Enabled("Enable", Float) = 0 _ExtraStencilColor("Color", Color) = (1, 1, 1, 1) [ThryWideEnum(Simple, 0, Front Face vs Back Face, 1)] _ExtraStencilColorType ("Stencil Type", Float) = 0 [IntRange] _ExtraStencilColorRef ("Stencil Reference Value", Range(0, 255)) = 0 |
