diff options
| author | yum <yum.food.vr@gmail.com> | 2024-10-07 23:33:35 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2024-10-07 23:33:35 -0700 |
| commit | bcadf1d091efe76e7a1b2393f87f7e24128b723b (patch) | |
| tree | b5a37c88686f15f08845d597f223473511917a34 /globals.cginc | |
| parent | e51760ab5e6d698b26b60e1811e7afce62be55d0 (diff) | |
Add fog gimmick
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
