summaryrefslogtreecommitdiffstats
path: root/mochie_shadow_caster.cginc
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2025-01-27 19:09:34 -0800
committeryum <yum.food.vr@gmail.com>2025-01-27 19:09:34 -0800
commitdfe6371283f2415804b4341dbac71f79188ea890 (patch)
treecb8041bf824dfb930a5f25972a64e84c55b2f3a7 /mochie_shadow_caster.cginc
parent8d2c11025c372e8b4ab4e02daf9f7495b162d3f8 (diff)
Begin work on zwrite abomination
Diffstat (limited to 'mochie_shadow_caster.cginc')
-rw-r--r--mochie_shadow_caster.cginc3
1 files changed, 3 insertions, 0 deletions
diff --git a/mochie_shadow_caster.cginc b/mochie_shadow_caster.cginc
index 785c5bd..ea3d8fa 100644
--- a/mochie_shadow_caster.cginc
+++ b/mochie_shadow_caster.cginc
@@ -48,6 +48,9 @@ v2f vert (appdata v){
return (v2f) (0.0 / 0.0);
}
#endif
+#if defined(_GIMMICK_ZWRITE_ABOMINATION)
+ return (v2f) (0.0 / 0.0);
+#endif
#if defined(_GIMMICK_BOX_DISCARD)
if (_Gimmick_Box_Discard_Enable_Static) {
float3 p = getCenterCamPos();