From bcadf1d091efe76e7a1b2393f87f7e24128b723b Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 7 Oct 2024 23:33:35 -0700 Subject: Add fog gimmick --- globals.cginc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'globals.cginc') diff --git a/globals.cginc b/globals.cginc index 9f73932..906ee1c 100644 --- a/globals.cginc +++ b/globals.cginc @@ -3,6 +3,8 @@ #ifndef __GLOBALS_INC #define __GLOBALS_INC +UNITY_DECLARE_DEPTH_TEXTURE(_CameraDepthTexture); + SamplerState linear_repeat_s; SamplerState linear_clamp_s; SamplerState bilinear_repeat_s; -- cgit v1.2.3