summaryrefslogtreecommitdiffstats
path: root/globals.cginc
diff options
context:
space:
mode:
Diffstat (limited to 'globals.cginc')
-rw-r--r--globals.cginc2
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;