diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-13 17:59:00 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-13 17:59:00 -0700 |
| commit | a9dbbfa1488a9ec3bd772fc9847888502f49a65e (patch) | |
| tree | 2930432ee795faff97b81c6261c2160a37125048 /2ner.cginc | |
| parent | f639117b1f743ab2941667b32b190dd1e715d4a5 (diff) | |
Fix some filamented inconsistencies
Diffstat (limited to '2ner.cginc')
| -rw-r--r-- | 2ner.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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);
|
