summaryrefslogtreecommitdiffstats
path: root/2ner.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-06-13 17:59:00 -0700
committeryum <yum.food.vr@gmail.com>2025-06-13 17:59:00 -0700
commita9dbbfa1488a9ec3bd772fc9847888502f49a65e (patch)
tree2930432ee795faff97b81c6261c2160a37125048 /2ner.cginc
parentf639117b1f743ab2941667b32b190dd1e715d4a5 (diff)
Fix some filamented inconsistencies
Diffstat (limited to '2ner.cginc')
-rw-r--r--2ner.cginc3
1 files changed, 3 insertions, 0 deletions
diff --git a/2ner.cginc b/2ner.cginc
index 3a650df..ff22ecb 100644
--- a/2ner.cginc
+++ b/2ner.cginc
@@ -37,6 +37,9 @@ v2f vert(appdata v) {
#if defined(DEPTH_PREPASS) && !defined(_DEPTH_PREPASS)
return (v2f) (0.0/0.0);
#endif
+#if defined(EXTRA_STENCIL_COLOR_PASS) && !defined(_EXTRA_STENCIL_COLOR_PASS)
+ return (v2f) (0.0/0.0);
+#endif
#if defined(MASKED_STENCIL1_PASS)
#if !defined(_MASKED_STENCIL1)
return (v2f) (0.0/0.0);